bump wait times in cypress views test
This commit is contained in:
parent
22f6cd2840
commit
a7934ecfd0
|
@ -70,7 +70,7 @@ context("Create a View", () => {
|
||||||
.eq(1)
|
.eq(1)
|
||||||
.select("age")
|
.select("age")
|
||||||
cy.contains("Save").click()
|
cy.contains("Save").click()
|
||||||
cy.wait(100)
|
cy.wait(1000)
|
||||||
cy.get(".ag-center-cols-viewport").scrollTo("100%")
|
cy.get(".ag-center-cols-viewport").scrollTo("100%")
|
||||||
cy.get("[data-cy=table-header]").then($headers => {
|
cy.get("[data-cy=table-header]").then($headers => {
|
||||||
expect($headers).to.have.length(7)
|
expect($headers).to.have.length(7)
|
||||||
|
|
Loading…
Reference in New Issue