1
0
Fork 0
mirror of synced 2024-06-22 04:10:54 +12:00

force click

This commit is contained in:
Martin McKeaveney 2021-02-06 21:32:17 +00:00
parent 786a76208d
commit e8db576002
2 changed files with 17 additions and 810 deletions

View file

@ -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