fixing cypress tests
This commit is contained in:
parent
202598a7fa
commit
df773b3ed2
|
@ -55,6 +55,11 @@ context("Create a View", () => {
|
||||||
cy.get(".menu-container")
|
cy.get(".menu-container")
|
||||||
.find("select")
|
.find("select")
|
||||||
.eq(0)
|
.eq(0)
|
||||||
|
.select("Statistics")
|
||||||
|
cy.wait(50)
|
||||||
|
cy.get(".menu-container")
|
||||||
|
.find("select")
|
||||||
|
.eq(1)
|
||||||
.select("age")
|
.select("age")
|
||||||
cy.contains("Save").click()
|
cy.contains("Save").click()
|
||||||
cy.get("thead th div").should($headers => {
|
cy.get("thead th div").should($headers => {
|
||||||
|
|
Loading…
Reference in New Issue