1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Table Test fix - Add row to table

Fixing the command associated with adding a row to a table
This commit is contained in:
Mitch-Budibase 2022-01-18 16:12:53 +00:00
parent 4c216b12fa
commit dbdb2750b4
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -93,3 +93,4 @@ hosting/.generated-envoy.dev.yaml
# Sublime text
*.sublime-project
*.sublime-workspace
packages/builder/cypress.env.json

View file

@ -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", () => {