1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Adding new lines to bottom of files and other minor changes

This commit is contained in:
Mitch-Budibase 2021-12-24 10:49:47 +00:00
parent a851a60164
commit 0121f80964
3 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@ context("Create a automation", () => {
cy.createTestApp() cy.createTestApp()
}) })
// https://on.cypress.io/interacting-with-elements
it("should create a automation", () => { it("should create a automation", () => {
cy.createTestTableWithData() cy.createTestTableWithData()
cy.wait(2000) cy.wait(2000)
@ -25,7 +24,6 @@ context("Create a automation", () => {
// Create action // Create action
cy.get('[aria-label="AddCircle"]').eq(1).click() cy.get('[aria-label="AddCircle"]').eq(1).click()
//cy.contains("Add Action").click()
cy.get(".modal-inner-wrapper").within(() => { cy.get(".modal-inner-wrapper").within(() => {
cy.wait(1000) cy.wait(1000)
cy.contains("Create Row").trigger('mouseover').click().click() cy.contains("Create Row").trigger('mouseover').click().click()