Skip to content
Snippets Groups Projects
Unverified Commit 309c4058 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

E2E repro 17514: another element visibility check before assert (#21199)

parent 9f33ac3f
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ describe("issue 17514", () => {
removeJoinedTable();
visualize();
cy.findByTextEnsureVisible("Subtotal");
cy.findByText("Save").click();
......@@ -134,6 +135,7 @@ describe("issue 17514", () => {
cy.findByText("Products").click();
visualize();
cy.findByTextEnsureVisible("Subtotal");
// Cypress cannot click elements that are blocked by an overlay so this will immediately fail if the issue is not fixed
cy.findByText("110.93").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment