1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Update createApp.spec.js

Adding some waits around deleting apps - Specific issue against the Smoke build
This commit is contained in:
Mitch-Budibase 2022-05-17 15:13:10 +01:00
parent a1ec209bfb
commit aec6593a31

View file

@ -123,6 +123,7 @@ filterTests(['smoke', 'all'], () => {
cy.applicationInAppTable("Teds app")
cy.deleteApp("Teds app")
cy.wait(2000)
//Accomodate names that end in 'S'
cy.updateUserInformation("Chris", "Userman")
@ -134,6 +135,7 @@ filterTests(['smoke', 'all'], () => {
cy.applicationInAppTable("Chris app")
cy.deleteApp("Chris app")
cy.wait(2000)
cy.updateUserInformation("", "")
})