1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

bump wait times in cypress views test

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-01 13:56:27 +02:00
parent 22f6cd2840
commit a7934ecfd0

View file

@ -70,7 +70,7 @@ context("Create a View", () => {
.eq(1)
.select("age")
cy.contains("Save").click()
cy.wait(100)
cy.wait(1000)
cy.get(".ag-center-cols-viewport").scrollTo("100%")
cy.get("[data-cy=table-header]").then($headers => {
expect($headers).to.have.length(7)