fixing cypress tests

This commit is contained in:
Martin McKeaveney 2020-10-15 22:21:08 +01:00
parent 202598a7fa
commit df773b3ed2
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ context("Create a View", () => {
cy.get(".menu-container")
.find("select")
.eq(0)
.select("Statistics")
cy.wait(50)
cy.get(".menu-container")
.find("select")
.eq(1)
.select("age")
cy.contains("Save").click()
cy.get("thead th div").should($headers => {