1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Cypress fix: 'RoverUpdated' -> 'Updated' in createTable.spec.js

This commit is contained in:
Rory Powell 2021-10-12 13:02:08 +01:00
parent 4d34d338ce
commit 5948aab953

View file

@ -35,7 +35,7 @@ context("Create a Table", () => {
cy.contains("button", "Edit").click({ force: true }) cy.contains("button", "Edit").click({ force: true })
cy.wait(1000) cy.wait(1000)
cy.get(".spectrum-Modal input").clear() cy.get(".spectrum-Modal input").clear()
cy.get(".spectrum-Modal input").type("RoverUpdated") cy.get(".spectrum-Modal input").type("Updated")
cy.contains("Save").click() cy.contains("Save").click()
cy.contains("Updated").should("have.text", "Updated") cy.contains("Updated").should("have.text", "Updated")
}) })