@camunda/e2e-test-suite 0.0.370 → 0.0.372

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.
@@ -44,9 +44,6 @@ _8_10_1.test.describe('Cluster Setup Tests', () => {
44
44
  }
45
45
  });
46
46
  (0, _8_10_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }, testInfo) => {
47
- if (process.env.IS_AG === 'true') {
48
- _8_10_1.test.skip(true, 'Skipping AWS cluster test until the issue is investigated');
49
- }
50
47
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
51
48
  _8_10_1.test.slow();
52
49
  const clusterName = 'AWS Cluster';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.370",
3
+ "version": "0.0.372",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",