Fixing the command associated with adding a row to a table
@ -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", () => {