Table Test fix - Add row to table
Fixing the command associated with adding a row to a table
This commit is contained in:
parent
e4da48eb8a
commit
bd82ce9704
|
@ -93,3 +93,4 @@ hosting/.generated-envoy.dev.yaml
|
|||
# Sublime text
|
||||
*.sublime-project
|
||||
*.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-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", () => {
|
||||
|
|
Loading…
Reference in New Issue