@camunda/e2e-test-suite 0.0.190 → 0.0.191

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.
@@ -16,7 +16,8 @@ _8_9_1.test.describe('Navigation Tests', () => {
16
16
  await (0, _setup_1.captureScreenshot)(page, testInfo);
17
17
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
18
18
  });
19
- (0, _8_9_1.test)('Basic Navigation', async ({ homePage, appsPage, modelerHomePage, operateHomePage, optimizeHomePage, taskPanelPage, ocIdentityHomePage, }) => {
19
+ //Skipped due to bug: Tasklist
20
+ _8_9_1.test.skip('Basic Navigation', async ({ homePage, appsPage, modelerHomePage, operateHomePage, optimizeHomePage, taskPanelPage, ocIdentityHomePage, }) => {
20
21
  await _8_9_1.test.step('Assert Web Modeler Navigation', async () => {
21
22
  await appsPage.clickCamundaApps();
22
23
  await appsPage.clickModeler();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.190",
3
+ "version": "0.0.191",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",