@camunda/e2e-test-suite 0.0.151 → 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
|
-
|
|
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
|
-
|
|
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);
|