Adding new lines to bottom of files

This commit is contained in:
Mitch-Budibase 2021-12-24 10:40:57 +00:00
parent daca40850c
commit a851a60164
3 changed files with 3 additions and 4 deletions

View File

@ -7,4 +7,4 @@
"USER": "hr", "USER": "hr",
"PASSWORD": "budiverse9k" "PASSWORD": "budiverse9k"
} }
} }

View File

@ -36,5 +36,4 @@ context("REST Datasource Testing", () => {
.children() .children()
.should('contain', 200) .should('contain', 200)
}) })
})
})

View File

@ -59,4 +59,4 @@ context("Revert apps", () => {
cy.get(".spectrum-Button").eq(1).should('be.disabled') cy.get(".spectrum-Button").eq(1).should('be.disabled')
}) })
}) })
}) })