Skip to content

Commit 0ca510f

Browse files
authored
Waiting for the loader to disappear before searching (#164)
1 parent 411b1f9 commit 0ca510f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.24
1+
0.1.25

tests/cypress/e2e/admin/org-admin-smoke.cy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ describe("Org Admin Smoke", () => {
6666
cy.wait("@createProject");
6767
cy.contains("Create Project").should("be.visible");
6868

69+
cy.dataCy("squareSpinner").should("not.exist");
70+
6971
// search for the project so we only have one entry in the table
7072
pom.projectsPom.projectsTablePom.tablePom.search(
7173
testData.description,

0 commit comments

Comments
 (0)