Browse Source

Create App/Table tests update

Changes made for the smoke build

- UI changes required createTable update
- User Information needed updated for the createApp tests
pull/7231/head^2
Mitch-Budibase 4 years ago
parent
commit
cc8cda3b40
  1. 1
      packages/builder/cypress/integration/createApp.spec.js
  2. 2
      packages/builder/cypress/integration/createTable.spec.js

1
packages/builder/cypress/integration/createApp.spec.js

@ -94,6 +94,7 @@ filterTests(['smoke', 'all'], () => {
})
it("should create the first application from scratch with a default name", () => {
cy.updateUserInformation("", "")
cy.createApp("", false)
cy.applicationInAppTable("My app")
cy.deleteApp("My app")

2
packages/builder/cypress/integration/createTable.spec.js

@ -48,7 +48,7 @@ filterTests(["smoke", "all"], () => {
it("deletes a row", () => {
cy.get(interact.SPECTRUM_CHECKBOX_INPUT).check({ force: true })
cy.contains("Delete 1 row(s)").click()
cy.contains("Delete 1 row").click()
cy.get(interact.SPECTRUM_MODAL).contains("Delete").click()
cy.contains("RoverUpdated").should("not.exist")
})

Loading…
Cancel
Save