1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Merge pull request #8692 from Budibase/cypress-automations-update

Updating createAutomation.spec.js
This commit is contained in:
Mitch-Budibase 2022-11-15 16:35:29 +00:00 committed by GitHub
commit bdcfe4b477

View file

@ -12,7 +12,7 @@ filterTests(['smoke', 'all'], () => {
cy.createTestTableWithData() cy.createTestTableWithData()
cy.wait(2000) cy.wait(2000)
cy.contains("Automate").click() cy.contains("Automate").click()
cy.get(interact.ADD_BUTTON_SPECTRUM).click() cy.get(interact.SPECTRUM_BUTTON_TEMPLATE).contains("Add automation").click({ force: true })
cy.get(interact.MODAL_INNER_WRAPPER).within(() => { cy.get(interact.MODAL_INNER_WRAPPER).within(() => {
cy.get("input").type("Add Row") cy.get("input").type("Add Row")
cy.contains("Row Created").click({ force: true }) cy.contains("Row Created").click({ force: true })