You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'This system has content managed by Satellite. Installable updates are current as of the last time the system checked-in with Red Hat Insights.',
215
+
'This system has content managed by Satellite. For accurate reporting of installable updates, check in to Red Hat Insights with the --build-packagecache option.',
216
+
]);
217
+
});
218
+
219
+
awaittest.step('Create a template via API',async()=>{
220
+
templateUUID=awaitcreateTemplate(
221
+
request,
222
+
templateName,
223
+
'SatelliteManagedSystemTestDescription',
224
+
'8',
225
+
);
226
+
expect(templateUUID).toBeDefined();
227
+
});
228
+
229
+
awaittest.step('Navigate to details of created template',async()=>{
0 commit comments