@camunda/e2e-test-suite 0.0.177 → 0.0.178

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.
@@ -14,7 +14,8 @@ SM_8_9_1.test.describe('Console User Flow Tests', () => {
14
14
  await (0, _setup_1.captureScreenshot)(page, testInfo);
15
15
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
16
16
  });
17
- (0, SM_8_9_1.test)('Custom Tags', async ({ consoleHomePage, clusterPage }) => {
17
+ //Skipped due to bug 5140: https://github.com/camunda/camunda-platform-helm/issues/5140
18
+ SM_8_9_1.test.skip('Custom Tags', async ({ consoleHomePage, clusterPage }) => {
18
19
  await SM_8_9_1.test.step('Navigate to Clusters', async () => {
19
20
  await consoleHomePage.clickClusters();
20
21
  });
@@ -26,7 +27,8 @@ SM_8_9_1.test.describe('Console User Flow Tests', () => {
26
27
  await clusterPage.assertCustomTagsAreVisible(defaultTags);
27
28
  });
28
29
  });
29
- (0, SM_8_9_1.test)('Custom Properties', async ({ consoleHomePage, clusterPage, clusterDetailsPage, page, }) => {
30
+ //Skipped due to bug 5140: https://github.com/camunda/camunda-platform-helm/issues/5140
31
+ SM_8_9_1.test.skip('Custom Properties', async ({ consoleHomePage, clusterPage, clusterDetailsPage, page, }) => {
30
32
  await SM_8_9_1.test.step('Navigate to Cluster Details', async () => {
31
33
  await consoleHomePage.clickClusters();
32
34
  await clusterPage.clickClusterLink();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.177",
3
+ "version": "0.0.178",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",