camunda / zeebe

Distributed Workflow Engine for Microservices Orchestration
https://zeebe.io
3.05k stars 549 forks source link

Fix e2e tests: batchMoveModification.spec.ts, decisionInstances.spec.ts #18149

Open matt-whiteman opened 2 weeks ago

matt-whiteman commented 2 weeks ago

Description

decisionInstances.spec.ts and batchMoveModification.spec.ts are consistently failing in the pipeline with timeouts

Example failure: https://github.com/camunda/zeebe/actions/runs/8916760954/job/24488744094?pr=18148

Test timeout of 30000ms exceeded.

Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
  - waiting for getByRole('button', { name: 'Continue' })
  -   locator resolved to <button type="button" class="cds--btn cds--btn--primary">Continue</button>
  - attempting click action
  -   waiting for element to be visible, enabled and stable
  - element was detached from the DOM, retrying

Error: Timed out 15000ms waiting for expect(locator).toBeVisible()

Locator: getByTestId('decision-viewer').getByText('Version 1')
Expected: visible
Received: hidden
Call log:
  - expect.toBeVisible with timeout 15000ms
  - waiting for getByTestId('decision-viewer').getByText('Version 1')

TODO

Additional Information


Acceptance Criteria

Definition of Ready - Checklist