@camunda/e2e-test-suite 0.0.304 → 0.0.305
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.
|
@@ -63,7 +63,7 @@ class OperateProcessInstancePage {
|
|
|
63
63
|
await (0, sleep_1.sleep)(10000);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
throw new Error(`
|
|
66
|
+
throw new Error(`Completed icon not visible after ${maxRetries} attempts.`);
|
|
67
67
|
}
|
|
68
68
|
async activeIconAssertion() {
|
|
69
69
|
let retryCount = 0;
|
|
@@ -246,7 +246,7 @@ if (process.env.IS_MT === 'true') {
|
|
|
246
246
|
await identityTenantPage.assignClientToTenant('Zeebe');
|
|
247
247
|
await identityTenantPage.assignClientToTenant('Operate');
|
|
248
248
|
});
|
|
249
|
-
await SM_8_7_1.test.step('Logout and Login with "
|
|
249
|
+
await SM_8_7_1.test.step('Logout and Login with "bart" User', async () => {
|
|
250
250
|
await identityTenantPage.clickOpenSidebarButton();
|
|
251
251
|
await identityTenantPage.clickLogoutButton();
|
|
252
252
|
await loginPage.login(navigationPage.user2, navigationPage.user2password);
|