@camunda/e2e-test-suite 0.0.870 → 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)('
|
|
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 () => {
|