@camunda/e2e-test-suite 0.0.304 → 0.0.306

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.
@@ -77,6 +77,7 @@ class NavigationPage {
77
77
  else {
78
78
  await loginPage.login(username, password);
79
79
  }
80
+ await (0, test_1.expect)(banner).toBeVisible();
80
81
  return;
81
82
  }
82
83
  catch (error) {
@@ -63,7 +63,7 @@ class OperateProcessInstancePage {
63
63
  await (0, sleep_1.sleep)(10000);
64
64
  }
65
65
  }
66
- throw new Error(`Active icon not visible after ${maxRetries} attempts.`);
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 "lisa" User', async () => {
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.304",
3
+ "version": "0.0.306",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",