1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +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

@ -44,4 +44,4 @@ context("Auto Screens UI", () => {
.and('contain', 'books/new/row')
})
}
})
})

View file

@ -36,4 +36,4 @@ context("Change Application Icon and Colour", () => {
.should('have.attr', 'style').and('contains', 'color')
})
})
})
})

View file

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