@camunda/e2e-test-suite 0.0.892 → 0.0.893
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.
|
@@ -116,7 +116,8 @@ if (process.env.IS_DS === 'true') {
|
|
|
116
116
|
await operateProcessInstancePage.assertProcessVariableContainsText('Upload_Files', 'aws');
|
|
117
117
|
});
|
|
118
118
|
});
|
|
119
|
-
|
|
119
|
+
// Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
|
|
120
|
+
SM_8_10_1.test.skip('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
|
|
120
121
|
const processName = 'Document_Handling_Connectors_User_Flow_AWS_Process' +
|
|
121
122
|
(await (0, _setup_1.generateRandomStringAsync)(3));
|
|
122
123
|
const baseURL = process.env.PLAYWRIGHT_BASE_URL ||
|
|
@@ -127,7 +127,8 @@ if (process.env.IS_MT === 'true') {
|
|
|
127
127
|
}
|
|
128
128
|
});
|
|
129
129
|
});
|
|
130
|
-
|
|
130
|
+
// Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
|
|
131
|
+
SM_8_10_1.test.skip('Main User Can Create & Access Tenant - Connectors Flow @tasklistV2', async ({ page, modelerHomePage, modelerCreatePage, operateProcessInstancePage, operateProcessesPage, operateHomePage, navigationPage, managementIdentityTenantPage, connectorSettingsPage, connectorMarketplacePage, optimizeHomePage, optimizeDashboardPage, ocIdentityHomePage, ocTenantPage, }) => {
|
|
131
132
|
SM_8_10_1.test.slow();
|
|
132
133
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
133
134
|
const processName = 'Main_User_Connectors_Flow_' + randomString;
|
|
@@ -259,7 +260,8 @@ if (process.env.IS_MT === 'true') {
|
|
|
259
260
|
});
|
|
260
261
|
}
|
|
261
262
|
});
|
|
262
|
-
|
|
263
|
+
// Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
|
|
264
|
+
SM_8_10_1.test.skip('Second User Can Access Tenant Created By Main User - Connectors Flow @tasklistV2', async ({ page, modelerHomePage, modelerCreatePage, operateProcessInstancePage, operateProcessesPage, operateHomePage, navigationPage, managementIdentityTenantPage, connectorSettingsPage, connectorMarketplacePage, optimizeHomePage, optimizeDashboardPage, ocIdentityHomePage, ocTenantPage, managementIdentityPage, keycloakAdminPage, keycloakLoginPage, ocIdentityRolesPage, ocIdentityMappingRulesPage, browser, }) => {
|
|
263
265
|
SM_8_10_1.test.slow();
|
|
264
266
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
265
267
|
const processName = 'Second_User_Connectors_Flow_' + randomString;
|
|
@@ -388,7 +390,8 @@ if (process.env.IS_MT === 'true') {
|
|
|
388
390
|
});
|
|
389
391
|
}
|
|
390
392
|
});
|
|
391
|
-
|
|
393
|
+
// Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
|
|
394
|
+
SM_8_10_1.test.skip('User Can Be Assigned To Multiple Tenants @tasklistV2', async ({ page, modelerHomePage, modelerCreatePage, operateProcessInstancePage, operateProcessesPage, operateHomePage, navigationPage, managementIdentityTenantPage, connectorSettingsPage, connectorMarketplacePage, ocIdentityHomePage, ocTenantPage, managementIdentityPage, }) => {
|
|
392
395
|
SM_8_10_1.test.slow();
|
|
393
396
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
394
397
|
const processName1 = 'Multiple_Tenant_Flow_1' + randomString;
|