@camunda/e2e-test-suite 0.0.143 → 0.0.144

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