force click
This commit is contained in:
parent
786a76208d
commit
e8db576002
|
@ -60,7 +60,7 @@ context("Create a Table", () => {
|
|||
})
|
||||
|
||||
it("deletes a table", () => {
|
||||
cy.get(".actions").first().invoke("show").click()
|
||||
cy.get(".actions").first().invoke("show").click({ force: true })
|
||||
cy.get("[data-cy=delete-table]").click()
|
||||
cy.contains("Delete Table").click()
|
||||
cy.contains("dog").should("not.exist")
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue