Table Test fix - Add row to table
Fixing the command associated with adding a row to a table
This commit is contained in:
parent
4c216b12fa
commit
dbdb2750b4
|
@ -93,3 +93,4 @@ hosting/.generated-envoy.dev.yaml
|
||||||
# Sublime text
|
# Sublime text
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
packages/builder/cypress.env.json
|
||||||
|
|
|
@ -282,12 +282,6 @@ Cypress.Commands.add("addRow", values => {
|
||||||
}
|
}
|
||||||
cy.get(".spectrum-ButtonGroup").contains("Create").click()
|
cy.get(".spectrum-ButtonGroup").contains("Create").click()
|
||||||
})
|
})
|
||||||
cy.get(".spectrum-Modal").within(() => {
|
|
||||||
cy.get("input").first().clear().type(screenName)
|
|
||||||
cy.get("input").eq(1).clear().type(route)
|
|
||||||
cy.get(".spectrum-Button--cta").click()
|
|
||||||
cy.wait(2000)
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
||||||
Cypress.Commands.add("expandBudibaseConnection", () => {
|
Cypress.Commands.add("expandBudibaseConnection", () => {
|
||||||
|
|
Loading…
Reference in New Issue