@camunda/e2e-test-suite 0.0.230 → 0.0.231
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.
|
@@ -7,6 +7,7 @@ const sleep_1 = require("../../utils/sleep");
|
|
|
7
7
|
const UtilitiesPage_1 = require("../../pages/SM-8.9/UtilitiesPage");
|
|
8
8
|
const resetSession_1 = require("../../utils/resetSession");
|
|
9
9
|
const expectTextWithRetry_1 = require("../../utils/assertionHelpers/expectTextWithRetry");
|
|
10
|
+
const expectLocatorWithRetry_1 = require("../../utils/assertionHelpers/expectLocatorWithRetry");
|
|
10
11
|
if (process.env.IS_MT === 'true') {
|
|
11
12
|
SM_8_9_1.test.describe.configure({ mode: 'parallel' });
|
|
12
13
|
SM_8_9_1.test.describe('MT Enabled User Flows Test', () => {
|
|
@@ -494,6 +495,11 @@ if (process.env.IS_MT === 'true') {
|
|
|
494
495
|
});
|
|
495
496
|
await SM_8_9_1.test.step('Delete Tenant Access For Demo User OC', async () => {
|
|
496
497
|
await navigationPage.goToOCIdentity();
|
|
498
|
+
await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, ocIdentityHomePage.tenantsTab, {
|
|
499
|
+
postAction: async () => {
|
|
500
|
+
await navigationPage.goToOCIdentity();
|
|
501
|
+
},
|
|
502
|
+
});
|
|
497
503
|
await ocIdentityHomePage.clickTenantsTab();
|
|
498
504
|
await ocTenantPage.removeUserFromTenant(tenantName);
|
|
499
505
|
});
|