@camunda/e2e-test-suite 0.0.429 → 0.0.430

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.
@@ -13,12 +13,8 @@ _8_7_1.test.describe('Cluster Setup Tests', () => {
13
13
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
14
14
  });
15
15
  (0, _8_7_1.test)('Enable Alpha Features', async ({ page, loginPage, consoleOrganizationsPage, homePage, }, testInfo) => {
16
- if (process.env.IS_PROD === 'true') {
17
- _8_7_1.test.skip(true, 'Skipping test because not required on PROD test org');
18
- }
19
- if (process.env.IS_AG === 'true') {
20
- _8_7_1.test.skip(true, 'Skipping test because not required when IS_AG is true');
21
- }
16
+ _8_7_1.test.skip(process.env.IS_PROD === 'true', 'Skipping test because not required on PROD test org');
17
+ _8_7_1.test.skip(process.env.IS_AG === 'true', 'Skipping test because not required when IS_AG is true');
22
18
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
23
19
  await homePage.clickOrganization();
24
20
  await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, consoleOrganizationsPage.settingsTab, 'settings tab', 60000, 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.429",
3
+ "version": "0.0.430",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",