@camunda/e2e-test-suite 0.0.257 → 0.0.259

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/fixtures/SM-8.10.d.ts +81 -0
  2. package/dist/fixtures/SM-8.10.js +184 -0
  3. package/dist/pages/SM-8.10/Authorization.d.ts +31 -0
  4. package/dist/pages/SM-8.10/Authorization.js +146 -0
  5. package/dist/pages/SM-8.10/ClusterDetailsPage.d.ts +8 -0
  6. package/dist/pages/SM-8.10/ClusterDetailsPage.js +28 -0
  7. package/dist/pages/SM-8.10/ClusterPage.d.ts +11 -0
  8. package/dist/pages/SM-8.10/ClusterPage.js +32 -0
  9. package/dist/pages/SM-8.10/ConnectorMarketplacePage.d.ts +16 -0
  10. package/dist/pages/SM-8.10/ConnectorMarketplacePage.js +52 -0
  11. package/dist/pages/SM-8.10/ConnectorSettingsPage.d.ts +40 -0
  12. package/dist/pages/SM-8.10/ConnectorSettingsPage.js +133 -0
  13. package/dist/pages/SM-8.10/ConnectorTemplatePage.d.ts +11 -0
  14. package/dist/pages/SM-8.10/ConnectorTemplatePage.js +34 -0
  15. package/dist/pages/SM-8.10/ConsoleHomePage.d.ts +11 -0
  16. package/dist/pages/SM-8.10/ConsoleHomePage.js +31 -0
  17. package/dist/pages/SM-8.10/ConsoleOrganizationPage.d.ts +22 -0
  18. package/dist/pages/SM-8.10/ConsoleOrganizationPage.js +68 -0
  19. package/dist/pages/SM-8.10/FormJsPage.d.ts +31 -0
  20. package/dist/pages/SM-8.10/FormJsPage.js +87 -0
  21. package/dist/pages/SM-8.10/HomePage.d.ts +20 -0
  22. package/dist/pages/SM-8.10/HomePage.js +49 -0
  23. package/dist/pages/SM-8.10/IdentityTenantPage.d.ts +52 -0
  24. package/dist/pages/SM-8.10/IdentityTenantPage.js +218 -0
  25. package/dist/pages/SM-8.10/IdentityUsersPage.d.ts +92 -0
  26. package/dist/pages/SM-8.10/IdentityUsersPage.js +473 -0
  27. package/dist/pages/SM-8.10/KeycloakAdminPage.d.ts +15 -0
  28. package/dist/pages/SM-8.10/KeycloakAdminPage.js +68 -0
  29. package/dist/pages/SM-8.10/KeycloakLoginPage.d.ts +11 -0
  30. package/dist/pages/SM-8.10/KeycloakLoginPage.js +25 -0
  31. package/dist/pages/SM-8.10/KeycloakUtils.d.ts +16 -0
  32. package/dist/pages/SM-8.10/KeycloakUtils.js +63 -0
  33. package/dist/pages/SM-8.10/LoginPage.d.ts +21 -0
  34. package/dist/pages/SM-8.10/LoginPage.js +100 -0
  35. package/dist/pages/SM-8.10/ManagementIdentityPage.d.ts +46 -0
  36. package/dist/pages/SM-8.10/ManagementIdentityPage.js +153 -0
  37. package/dist/pages/SM-8.10/ModelerCreatePage.d.ts +199 -0
  38. package/dist/pages/SM-8.10/ModelerCreatePage.js +1052 -0
  39. package/dist/pages/SM-8.10/ModelerHomePage.d.ts +44 -0
  40. package/dist/pages/SM-8.10/ModelerHomePage.js +179 -0
  41. package/dist/pages/SM-8.10/NavigationPage.d.ts +47 -0
  42. package/dist/pages/SM-8.10/NavigationPage.js +134 -0
  43. package/dist/pages/SM-8.10/OCIdentityAuthorizationsPage.d.ts +10 -0
  44. package/dist/pages/SM-8.10/OCIdentityAuthorizationsPage.js +35 -0
  45. package/dist/pages/SM-8.10/OCIdentityClusterVariablesPage.d.ts +20 -0
  46. package/dist/pages/SM-8.10/OCIdentityClusterVariablesPage.js +69 -0
  47. package/dist/pages/SM-8.10/OCIdentityGroupsPage.d.ts +39 -0
  48. package/dist/pages/SM-8.10/OCIdentityGroupsPage.js +154 -0
  49. package/dist/pages/SM-8.10/OCIdentityHomePage.d.ts +23 -0
  50. package/dist/pages/SM-8.10/OCIdentityHomePage.js +81 -0
  51. package/dist/pages/SM-8.10/OCIdentityMappingRulesPage.d.ts +23 -0
  52. package/dist/pages/SM-8.10/OCIdentityMappingRulesPage.js +110 -0
  53. package/dist/pages/SM-8.10/OCIdentityRolesPage.d.ts +55 -0
  54. package/dist/pages/SM-8.10/OCIdentityRolesPage.js +197 -0
  55. package/dist/pages/SM-8.10/OCTenantPage.d.ts +67 -0
  56. package/dist/pages/SM-8.10/OCTenantPage.js +280 -0
  57. package/dist/pages/SM-8.10/OperateHomePage.d.ts +24 -0
  58. package/dist/pages/SM-8.10/OperateHomePage.js +81 -0
  59. package/dist/pages/SM-8.10/OperateProcessInstancePage.d.ts +24 -0
  60. package/dist/pages/SM-8.10/OperateProcessInstancePage.js +170 -0
  61. package/dist/pages/SM-8.10/OperateProcessesPage.d.ts +32 -0
  62. package/dist/pages/SM-8.10/OperateProcessesPage.js +205 -0
  63. package/dist/pages/SM-8.10/OptimizeCollectionsPage.d.ts +17 -0
  64. package/dist/pages/SM-8.10/OptimizeCollectionsPage.js +66 -0
  65. package/dist/pages/SM-8.10/OptimizeDashboardPage.d.ts +14 -0
  66. package/dist/pages/SM-8.10/OptimizeDashboardPage.js +56 -0
  67. package/dist/pages/SM-8.10/OptimizeHomePage.d.ts +19 -0
  68. package/dist/pages/SM-8.10/OptimizeHomePage.js +64 -0
  69. package/dist/pages/SM-8.10/OptimizeReportPage.d.ts +50 -0
  70. package/dist/pages/SM-8.10/OptimizeReportPage.js +179 -0
  71. package/dist/pages/SM-8.10/PlayPage.d.ts +44 -0
  72. package/dist/pages/SM-8.10/PlayPage.js +235 -0
  73. package/dist/pages/SM-8.10/SettingsPage.d.ts +12 -0
  74. package/dist/pages/SM-8.10/SettingsPage.js +25 -0
  75. package/dist/pages/SM-8.10/TaskDetailsPage.d.ts +70 -0
  76. package/dist/pages/SM-8.10/TaskDetailsPage.js +266 -0
  77. package/dist/pages/SM-8.10/TaskPanelPage.d.ts +24 -0
  78. package/dist/pages/SM-8.10/TaskPanelPage.js +93 -0
  79. package/dist/pages/SM-8.10/TaskProcessesPage.d.ts +14 -0
  80. package/dist/pages/SM-8.10/TaskProcessesPage.js +53 -0
  81. package/dist/pages/SM-8.10/UtilitiesPage.d.ts +34 -0
  82. package/dist/pages/SM-8.10/UtilitiesPage.js +435 -0
  83. package/dist/pages/SM-8.10/optimizeReportUtils.d.ts +6 -0
  84. package/dist/pages/SM-8.10/optimizeReportUtils.js +42 -0
  85. package/dist/pages/SM-8.7/ModelerCreatePage.js +3 -0
  86. package/dist/pages/SM-8.7/PlayPage.d.ts +1 -0
  87. package/dist/pages/SM-8.7/PlayPage.js +4 -2
  88. package/dist/tests/SM-8.10/cluster-variables.spec.d.ts +1 -0
  89. package/dist/tests/SM-8.10/cluster-variables.spec.js +190 -0
  90. package/dist/tests/SM-8.10/connectors-user-flows.spec.d.ts +1 -0
  91. package/dist/tests/SM-8.10/connectors-user-flows.spec.js +260 -0
  92. package/dist/tests/SM-8.10/console-user-flows.spec.d.ts +1 -0
  93. package/dist/tests/SM-8.10/console-user-flows.spec.js +88 -0
  94. package/dist/tests/SM-8.10/document-handling-user-flows.spec.d.ts +1 -0
  95. package/dist/tests/SM-8.10/document-handling-user-flows.spec.js +157 -0
  96. package/dist/tests/SM-8.10/hto-user-flows.spec.d.ts +1 -0
  97. package/dist/tests/SM-8.10/hto-user-flows.spec.js +408 -0
  98. package/dist/tests/SM-8.10/identity-user-flows.spec.d.ts +1 -0
  99. package/dist/tests/SM-8.10/identity-user-flows.spec.js +233 -0
  100. package/dist/tests/SM-8.10/license-key-user-flows.spec.d.ts +1 -0
  101. package/dist/tests/SM-8.10/license-key-user-flows.spec.js +523 -0
  102. package/dist/tests/SM-8.10/login.spec.d.ts +1 -0
  103. package/dist/tests/SM-8.10/login.spec.js +24 -0
  104. package/dist/tests/SM-8.10/migration-path-user-flows.spec.d.ts +1 -0
  105. package/dist/tests/SM-8.10/migration-path-user-flows.spec.js +224 -0
  106. package/dist/tests/SM-8.10/mt-enabled-user-flows.spec.d.ts +1 -0
  107. package/dist/tests/SM-8.10/mt-enabled-user-flows.spec.js +584 -0
  108. package/dist/tests/SM-8.10/optimize-user-flows.spec.d.ts +1 -0
  109. package/dist/tests/SM-8.10/optimize-user-flows.spec.js +184 -0
  110. package/dist/tests/SM-8.10/play.spec.d.ts +1 -0
  111. package/dist/tests/SM-8.10/play.spec.js +152 -0
  112. package/dist/tests/SM-8.10/rba-enabled-user-flows.spec.d.ts +1 -0
  113. package/dist/tests/SM-8.10/rba-enabled-user-flows.spec.js +715 -0
  114. package/dist/tests/SM-8.10/smoke-tests.spec.d.ts +1 -0
  115. package/dist/tests/SM-8.10/smoke-tests.spec.js +163 -0
  116. package/dist/tests/SM-8.10/test-setup.spec.d.ts +1 -0
  117. package/dist/tests/SM-8.10/test-setup.spec.js +24 -0
  118. package/dist/tests/SM-8.10/web-modeler-user-flows.spec.d.ts +1 -0
  119. package/dist/tests/SM-8.10/web-modeler-user-flows.spec.js +178 -0
  120. package/package.json +1 -1
@@ -0,0 +1,218 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IdentityTenantPage = void 0;
4
+ const test_1 = require("@playwright/test");
5
+ const sleep_1 = require("../../utils/sleep");
6
+ const expectLocatorWithPagination_1 = require("../../utils/assertionHelpers/expectLocatorWithPagination");
7
+ const clickLocatorWithRetry_1 = require("../../utils/assertionHelpers/clickLocatorWithRetry");
8
+ class IdentityTenantPage {
9
+ page;
10
+ createTenantMainButton;
11
+ enterTenantNameInput;
12
+ enterTenantIdInput;
13
+ createTenantSubButton;
14
+ assignedUsersTab;
15
+ assignUsersButton;
16
+ searchUsersInput;
17
+ assignUserFinalButton;
18
+ removeUserButton;
19
+ removeButton;
20
+ openSidebarButton;
21
+ logoutButton;
22
+ assignedApplicationsTab;
23
+ searchApplicationsInput;
24
+ assignApplicationsButtonFinal;
25
+ assignApplicationsButton;
26
+ modalCloseButton;
27
+ cancelButton;
28
+ dialog;
29
+ row;
30
+ constructor(page) {
31
+ this.page = page;
32
+ this.createTenantMainButton = page.getByRole('button', {
33
+ name: 'Create Tenant',
34
+ });
35
+ this.enterTenantNameInput = page.getByPlaceholder('Enter tenant name');
36
+ this.enterTenantIdInput = page.getByPlaceholder('Enter tenant ID');
37
+ this.createTenantSubButton = page.getByRole('button', {
38
+ name: 'Create tenant',
39
+ exact: true,
40
+ });
41
+ this.assignedUsersTab = page.getByRole('tab', { name: 'Assigned users' });
42
+ this.assignUsersButton = page.getByRole('button', { name: 'Assign users' });
43
+ this.searchUsersInput = page.getByPlaceholder('Search users');
44
+ this.assignUserFinalButton = page
45
+ .getByRole('dialog', { name: 'Assign users' })
46
+ .getByRole('button', { name: 'Assign users' });
47
+ this.removeUserButton = page.getByLabel('Remove user');
48
+ this.removeButton = page.getByRole('button', { name: 'danger Remove' });
49
+ this.openSidebarButton = page.getByLabel('Open User Sidebar');
50
+ this.logoutButton = page.getByRole('button', { name: 'Log out' });
51
+ this.assignedApplicationsTab = page.getByRole('tab', {
52
+ name: 'Assigned applications',
53
+ });
54
+ this.searchApplicationsInput = page.getByPlaceholder('Search applications');
55
+ this.assignApplicationsButtonFinal = page
56
+ .getByLabel('Assign applications')
57
+ .getByRole('button', { name: 'Assign applications' });
58
+ this.assignApplicationsButton = page.getByRole('button', {
59
+ name: 'Assign applications',
60
+ });
61
+ this.modalCloseButton = page
62
+ .getByRole('dialog')
63
+ .getByRole('button', { name: 'Close' });
64
+ this.cancelButton = page
65
+ .getByRole('dialog')
66
+ .getByRole('button', { name: 'Cancel' });
67
+ this.dialog = page.getByRole('dialog');
68
+ this.row = (name) => this.page.getByRole('row').filter({ hasText: name }).first();
69
+ }
70
+ async clickCreateTenantMainButton() {
71
+ await (0, test_1.expect)(this.createTenantMainButton).toBeVisible({ timeout: 60000 });
72
+ await this.createTenantMainButton.click({ timeout: 60000 });
73
+ }
74
+ async clickCreateTenantSubButton() {
75
+ await (0, test_1.expect)(this.createTenantSubButton).toBeVisible({ timeout: 60000 });
76
+ await this.createTenantSubButton.click({ timeout: 60000 });
77
+ }
78
+ async clickEnterTenantNameInput() {
79
+ await (0, test_1.expect)(this.enterTenantNameInput).toBeVisible({ timeout: 60000 });
80
+ await this.enterTenantNameInput.click();
81
+ }
82
+ async fillEnterTenantNameInput(tenantName) {
83
+ await this.enterTenantNameInput.fill(tenantName);
84
+ }
85
+ async clickEnterTenantIdInput() {
86
+ await (0, test_1.expect)(this.enterTenantIdInput).toBeVisible({ timeout: 60000 });
87
+ await this.enterTenantIdInput.click();
88
+ }
89
+ async fillEnterTenantIdInput(tenantId) {
90
+ await this.enterTenantIdInput.fill(tenantId);
91
+ }
92
+ async clickAssignedUsersTab() {
93
+ await (0, clickLocatorWithRetry_1.clickLocatorWithRetry)(this.page, this.assignedUsersTab, {
94
+ postAction: async () => {
95
+ await this.page.reload();
96
+ },
97
+ });
98
+ }
99
+ async clickAssignUsersButton() {
100
+ await (0, test_1.expect)(this.assignUsersButton).toBeVisible({ timeout: 60000 });
101
+ await this.assignUsersButton.click();
102
+ }
103
+ async clickSearchUsersInput() {
104
+ await this.searchUsersInput.click();
105
+ }
106
+ async fillSearchUsersInput(user) {
107
+ await this.searchUsersInput.fill(user);
108
+ }
109
+ async clickAssignUserFinalButton() {
110
+ try {
111
+ await (0, test_1.expect)(this.assignUserFinalButton).toBeVisible({ timeout: 60000 });
112
+ await this.assignUserFinalButton.click();
113
+ await (0, test_1.expect)(this.page.getByText('Users assigned')).toBeVisible();
114
+ }
115
+ catch (e) {
116
+ if (await this.page.getByText('ALREADY_EXISTS').first().isVisible()) {
117
+ console.log('Tenant is already assigned to tenant');
118
+ await this.cancelButton.click();
119
+ await (0, test_1.expect)(this.dialog).not.toBeVisible({ timeout: 15000 });
120
+ }
121
+ else {
122
+ throw new Error('Assigning user to tenant failed' + e);
123
+ }
124
+ }
125
+ }
126
+ async clickRemoveUserButton() {
127
+ await this.removeUserButton.click();
128
+ }
129
+ async clickRemoveButton() {
130
+ await this.removeButton.click();
131
+ }
132
+ async createTenant(tenantName) {
133
+ if (await this.isRowVisible(tenantName)) {
134
+ return;
135
+ }
136
+ await this.clickCreateTenantMainButton();
137
+ await this.clickEnterTenantNameInput();
138
+ await this.fillEnterTenantNameInput(tenantName);
139
+ await this.clickEnterTenantIdInput();
140
+ await this.fillEnterTenantIdInput(tenantName);
141
+ await this.clickCreateTenantSubButton();
142
+ await (0, test_1.expect)(this.page.getByText('Tenant created')).toBeVisible({
143
+ timeout: 60000,
144
+ });
145
+ await (0, sleep_1.sleep)(30000);
146
+ }
147
+ async clickTenant(tenantName) {
148
+ const tenant = this.page.getByText(tenantName).first();
149
+ await (0, expectLocatorWithPagination_1.expectLocatorWithPagination)(this.page, tenant);
150
+ await tenant.click({ timeout: 30000 });
151
+ }
152
+ async isRowVisible(name) {
153
+ await (0, sleep_1.sleep)(1000);
154
+ if (await this.row(name).isVisible()) {
155
+ console.log(`Row ${name} already exists.`);
156
+ return true;
157
+ }
158
+ return false;
159
+ }
160
+ async assignUserToTenant(tenantName, user, userEmail) {
161
+ await (0, sleep_1.sleep)(1000);
162
+ await this.clickTenant(tenantName);
163
+ await this.clickAssignedUsersTab();
164
+ if (await this.isRowVisible(userEmail)) {
165
+ return;
166
+ }
167
+ await this.clickAssignUsersButton();
168
+ await this.clickSearchUsersInput();
169
+ await this.fillSearchUsersInput(user);
170
+ await this.page.getByText(userEmail).click();
171
+ await this.clickAssignUserFinalButton();
172
+ }
173
+ async removeUserFromTenant(tenantName) {
174
+ await this.page.getByText(tenantName).first().click();
175
+ await this.clickAssignedUsersTab();
176
+ await this.clickRemoveUserButton();
177
+ await this.clickRemoveButton();
178
+ await (0, test_1.expect)(this.page.getByText('users.Entity removed')).toBeVisible({
179
+ timeout: 60000,
180
+ });
181
+ }
182
+ async clickOpenSidebarButton() {
183
+ await this.openSidebarButton.click({ timeout: 60000 });
184
+ }
185
+ async clickLogoutButton() {
186
+ await this.logoutButton.click({ timeout: 60000 });
187
+ }
188
+ async assignClientToTenant(clientName) {
189
+ await this.clickAssignedApplicationsTab();
190
+ if (await this.isRowVisible(clientName)) {
191
+ return;
192
+ }
193
+ await this.clickAssignApplicationsButton();
194
+ await this.clickSearchApplicationsInput();
195
+ await this.fillSearchApplicationsInput(clientName);
196
+ await this.page.getByText(clientName, { exact: true }).click();
197
+ await this.clickAssignApplicationsFinalButton();
198
+ await (0, test_1.expect)(this.page.getByText('Applications assigned').first()).toBeVisible({
199
+ timeout: 60000,
200
+ });
201
+ }
202
+ async clickAssignedApplicationsTab() {
203
+ await this.assignedApplicationsTab.click({ timeout: 60000 });
204
+ }
205
+ async clickSearchApplicationsInput() {
206
+ await this.searchApplicationsInput.click({ timeout: 60000 });
207
+ }
208
+ async fillSearchApplicationsInput(clientName) {
209
+ await this.searchApplicationsInput.fill(clientName);
210
+ }
211
+ async clickAssignApplicationsFinalButton() {
212
+ await this.assignApplicationsButtonFinal.click({ timeout: 60000 });
213
+ }
214
+ async clickAssignApplicationsButton() {
215
+ await this.assignApplicationsButton.click({ timeout: 60000 });
216
+ }
217
+ }
218
+ exports.IdentityTenantPage = IdentityTenantPage;
@@ -0,0 +1,92 @@
1
+ import { Page, Locator } from '@playwright/test';
2
+ declare class IdentityUsersPage {
3
+ private page;
4
+ readonly usersTab: Locator;
5
+ readonly optionsButton: Locator;
6
+ readonly editUserMenuItem: Locator;
7
+ readonly operationsEngineerCheckbox: Locator;
8
+ readonly developerCheckbox: Locator;
9
+ readonly analystCheckbox: Locator;
10
+ readonly confirmButton: Locator;
11
+ readonly settingsTab: Locator;
12
+ readonly optInButton: Locator;
13
+ readonly optInCheckbox: Locator;
14
+ readonly newContextPadButton: Locator;
15
+ readonly newContextPadButtonText: Locator;
16
+ readonly mainUser: Locator;
17
+ readonly authorizations: Locator;
18
+ readonly noAuthorizedResourceMessage: Locator;
19
+ readonly dialog: Locator;
20
+ readonly deleteAuthorisedResourceButton: Locator;
21
+ readonly deleteAuthorisedResourceSubButton: Locator;
22
+ readonly createResourceAuthorizationButton: Locator;
23
+ readonly createResourceAuthorizationDialog: Locator;
24
+ readonly nextButton: Locator;
25
+ readonly createButton: Locator;
26
+ readonly idComboBox: Locator;
27
+ readonly readPermissionCheckbox: Locator;
28
+ readonly startProcessIPermissionCheckbox: Locator;
29
+ readonly optInAICheckbox: Locator;
30
+ readonly rows: Locator;
31
+ readonly groupsTab: Locator;
32
+ readonly createGroupButton: Locator;
33
+ readonly createGroupSubButton: Locator;
34
+ readonly groupNameInput: Locator;
35
+ readonly noGroupsHeading: Locator;
36
+ readonly createFirstGroupButton: Locator;
37
+ readonly createGroupDialoge: Locator;
38
+ readonly assignMembersButton: Locator;
39
+ readonly assignMembersSubButton: Locator;
40
+ readonly assignMembersSearchbox: Locator;
41
+ readonly assignMembersSearchResult: Locator;
42
+ readonly organizationManagementLink: Locator;
43
+ readonly deleteSubButton: Locator;
44
+ readonly deleteButton: Locator;
45
+ readonly filterTableSearchbox: Locator;
46
+ readonly assignAuthorizationButton: Locator;
47
+ readonly assignedRolesTab: Locator;
48
+ constructor(page: Page);
49
+ clickCreateAuthorizedResourceButton(): Promise<void>;
50
+ processIdResourceAssertion(processId: string): Promise<void>;
51
+ clickCreateResourceAuthorizationButton(): Promise<void>;
52
+ clickNextButton(): Promise<void>;
53
+ clickProcessIdInput(): Promise<void>;
54
+ fillProcessIdInput(processId: string): Promise<void>;
55
+ checkReadPermissionCheckbox(): Promise<void>;
56
+ checkStartInstancePermissionCheckbox(): Promise<void>;
57
+ clickUsersTab(): Promise<void>;
58
+ clickOptionsButton(): Promise<void>;
59
+ clickEditUserMenuItem(): Promise<void>;
60
+ clickOperationsEngineerCheckbox(): Promise<void>;
61
+ checkDeveloperCheckbox(): Promise<void>;
62
+ uncheckDeveloperCheckbox(): Promise<void>;
63
+ checkAnalystCheckbox(): Promise<void>;
64
+ uncheckAnalystCheckbox(): Promise<void>;
65
+ clickConfirmButton(): Promise<void>;
66
+ clickSettingsTab(): Promise<void>;
67
+ clickOptInButton(): Promise<void>;
68
+ enableAlphaFeature(name: string): Promise<void>;
69
+ scrollToOptInCheckbox(): Promise<void>;
70
+ checkOptInCheckbox(): Promise<void>;
71
+ clickMainUser(): Promise<void>;
72
+ clickAuthorizations(): Promise<void>;
73
+ authorizedResourceAssertion(processId: string, maxRetries?: number, timeout?: number): Promise<void>;
74
+ clickNewContextPadButton(): Promise<void>;
75
+ optInToAlphaFeatures(): Promise<void>;
76
+ clickGroupsTab(): Promise<void>;
77
+ clickCreateGroupButton(): Promise<void>;
78
+ fillGroupNameInput(name: string): Promise<void>;
79
+ clickCreateGroupSubButton(): Promise<void>;
80
+ clickUserGroup(name: string): Promise<void>;
81
+ clickAssignMembers(): Promise<void>;
82
+ fillAssignMembers(names: string[]): Promise<void>;
83
+ filterTable(names: string[]): Promise<void>;
84
+ clickAssignSubButton(): Promise<void>;
85
+ clickOrganizationManagementLink(): Promise<void>;
86
+ deleteAllGroups(): Promise<void>;
87
+ createResourceAuthorization(processId: string): Promise<void>;
88
+ clickAssignAuthorizationButton(): Promise<void>;
89
+ clickAssignedRolesTab(): Promise<void>;
90
+ assertUserIsAssignedCorrectRole(username: string, roles: string[]): Promise<void>;
91
+ }
92
+ export { IdentityUsersPage };