update create app test

This commit is contained in:
kevmodrome 2020-06-09 15:40:00 +02:00
parent e0e6be8aa3
commit e4fded7114
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ context('Create Application', () => {
cy.visit('localhost:4001/_builder')
cy.contains('My Cool Application')
cy.contains('My Cool Application').should('exist')
})
})