You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the spec is flaky because it doesn't reliably deal with the initial notice windows exide offers. So tests will fail because the elements that cypress is trying to interact with aren't visible or focused.
Expected behavior
Robust tests with predictable behaviour
Screenshots
Context (please always complete the following information):
eXist-db Version: [6.2.0, 7.0.0-SNAPSHOT]
Java Version: [8, 17]
Node Version: [18, 20]
App Version: [3.5.1]
The text was updated successfully, but these errors were encountered:
19 passing (1m)
2 failing
1) DB Manager
DB Manager operations
cut operation
should create collection to be copied:
AssertionError: Timed out retrying after 4000ms: Expected to find content: 'toBeCopiedAéB' within the selector: 'div[role=gridcell][col-id=name]' but never did.
at Context.eval (http://localhost:8080/__cypress/tests?p=cypress/integration/dbmanager.spec.js:354:75)
2) DB Manager
DB Manager operations
cut operation
should cut the collection:
AssertionError: Timed out retrying after 4000ms: Expected to find content: 'toBeCopiedAéB' within the selector: 'div[role=gridcell][col-id=name]' but never did.
at Context.eval (http://localhost:8080/__cypress/tests?p=cypress/integration/dbmanager.spec.js:381:14)
Describe the bug
the spec is flaky because it doesn't reliably deal with the initial notice windows exide offers. So tests will fail because the elements that cypress is trying to interact with aren't visible or focused.
Expected behavior
Robust tests with predictable behaviour
Screenshots
Context (please always complete the following information):
The text was updated successfully, but these errors were encountered: