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
Fix groups import/export in on-premise environment
add support for both `customizations.groups` (hosted) and `customizations.group` (on-premise) formats.
Updated mapper and export logic to handle format conversion between JSON and TOML blueprints.
Copy file name to clipboardExpand all lines: playwright/Customizations/Users.spec.ts
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ test('Create a blueprint with Users customization', async ({
99
99
).toBeVisible();
100
100
awaitexpect(
101
101
frame.getByText(
102
-
'Each group will automatically be assigned an ID number.',
102
+
'Define groups before assigning users to them. Each group will be created on systems using this image. Each group will automatically be assigned an ID number.',
103
103
),
104
104
).toBeVisible();
105
105
@@ -117,9 +117,18 @@ test('Create a blueprint with Users customization', async ({
0 commit comments