@camunda/e2e-test-suite 0.0.858 → 0.0.859

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.
@@ -49,7 +49,7 @@ _8_10_1.test.afterAll(async () => {
49
49
  }
50
50
  }
51
51
  });
52
- _8_10_1.test.describe('Optimize Data Filters API @tasklistV2', () => {
52
+ _8_10_1.test.describe('Optimize Data Filters API @optimize-data-filters-api @8.10', () => {
53
53
  _8_10_1.test.slow();
54
54
  (0, _8_10_1.test)('T11728029 business_* variable filter enabled by default', async () => {
55
55
  skipIfUnavailable();
@@ -18,7 +18,7 @@ const skipIfUnavailable = () => {
18
18
  _8_10_1.test.skip(!dataFiltersAvailable, 'Data Filters section is not available on this cluster (feature not yet enabled)');
19
19
  };
20
20
  _8_10_1.test.describe.configure({ mode: 'serial' });
21
- _8_10_1.test.describe('Optimize Data Filters UI @tasklistV2', () => {
21
+ _8_10_1.test.describe('Optimize Data Filters UI @optimize-data-filters-ui @8.10', () => {
22
22
  _8_10_1.test.slow();
23
23
  _8_10_1.test.beforeAll(async ({ browser }) => {
24
24
  const context = await browser.newContext();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.858",
3
+ "version": "0.0.859",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",