@camunda/e2e-test-suite 0.0.186 → 0.0.187

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.
@@ -26,7 +26,8 @@ _8_9_1.test.describe('Smoke Tests', () => {
26
26
  await (0, _setup_1.captureScreenshot)(page, testInfo);
27
27
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
28
28
  });
29
- (0, _8_9_1.test)('Most Common Flow User Flow With All Apps', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
29
+ //Skipped due to bug: Tasklist
30
+ _8_9_1.test.skip('Most Common Flow User Flow With All Apps', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
30
31
  const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
31
32
  const formName = 'New form' + randomString;
32
33
  const processName = 'Zeebe_User_Task_Process' + randomString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.186",
3
+ "version": "0.0.187",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",