cypress tests...

This commit is contained in:
Peter Clement 2021-09-28 19:29:25 +01:00
parent b8772ad9fb
commit 27850ab248
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ context("Create a Table", () => {
it("deletes a table", () => { it("deletes a table", () => {
cy.get(".actions > :nth-child(1) > .icon > .spectrum-Icon > use") cy.get(".actions > :nth-child(1) > .icon > .spectrum-Icon > use")
.eq(1) .first()
.click({ force: true }) .click({ force: true })
cy.get(".spectrum-Menu > :nth-child(2)").click() cy.get(".spectrum-Menu > :nth-child(2)").click()
cy.contains("Delete Table").click() cy.contains("Delete Table").click()