@camunda/e2e-test-suite 0.0.871 → 0.0.872

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.
@@ -282,7 +282,7 @@ _8_10_1.test.describe('Optimize exporter filters — Optimize mode restricted re
282
282
  (0, test_1.expect)([200, 201, 204]).toContain(status);
283
283
  await waitForFilterConfig((filters) => filters[OPTIMIZE_MODE_KEY] === true);
284
284
  });
285
- (0, _8_10_1.test)('assert process instance reached Optimize (implies Optimize mode passed required record types)', async ({ request, }) => {
285
+ (0, _8_10_1.test)('process instance reaches Optimize (Optimize mode passed required records)', async ({ request, }) => {
286
286
  skipIfUnavailable();
287
287
  let baseline = 0;
288
288
  await _8_10_1.test.step('capture the current imported instance count for the process definition', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.871",
3
+ "version": "0.0.872",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",