@camunda/e2e-test-suite 0.0.942 → 0.0.943

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.
@@ -197,7 +197,8 @@ _8_7_1.test.describe('Optimize User Flow Tests', () => {
197
197
  await (0, test_1.expect)(newOperateTab.getByText('Displaying data from 1 instance.')).toBeVisible({ timeout: 90000 });
198
198
  });
199
199
  });
200
- (0, _8_7_1.test)('Process Import Flow', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
200
+ // Skipped due to bug #60153: https://github.com/camunda/camunda/issues/60153
201
+ _8_7_1.test.skip('Process Import Flow', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
201
202
  _8_7_1.test.slow();
202
203
  const processName = 'Process Import Flow' + (await (0, _setup_1.generateRandomStringAsync)(6));
203
204
  await _8_7_1.test.step('Navigate to Web Modeler', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.942",
3
+ "version": "0.0.943",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",