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
1 changed files with 1 additions and 1 deletions

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)