@camunda/e2e-test-suite 0.0.150 → 0.0.152

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,8 +7,7 @@ const UtilitiesPage_1 = require("../../pages/8.9/UtilitiesPage");
7
7
  const users_1 = require("../../utils/users");
8
8
  const testUser = (0, users_1.getTestUser)('twentyFirstUser');
9
9
  _8_9_1.test.describe.configure({ mode: 'parallel' });
10
- //Skip until multi users can be reliably created in test orgs
11
- _8_9_1.test.describe.skip('Navigation Tests', () => {
10
+ _8_9_1.test.describe('Navigation Tests', () => {
12
11
  const clusterName = 'Test Cluster';
13
12
  _8_9_1.test.beforeEach(async ({ page, loginPage }, testInfo) => {
14
13
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, (testInfo.workerIndex + 1) * 1000);
@@ -17,8 +17,7 @@ const expectLocatorWithRetry_1 = require("../../utils/assertionHelpers/expectLoc
17
17
  const users_1 = require("../../utils/users");
18
18
  const testUser = (0, users_1.getTestUser)('thirteenthUser');
19
19
  _8_9_1.test.describe.configure({ mode: 'parallel' });
20
- //Skip until multi users can be reliably created in test orgs
21
- _8_9_1.test.describe.skip('Smoke Tests', () => {
20
+ _8_9_1.test.describe('Smoke Tests', () => {
22
21
  const clusterName = 'Test Cluster';
23
22
  _8_9_1.test.beforeEach(async ({ page, loginPage }, testInfo) => {
24
23
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, (testInfo.workerIndex + 1) * 1000);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.150",
3
+ "version": "0.0.152",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",