update create app test

This commit is contained in:
kevmodrome 2020-06-09 15:40:00 +02:00
parent c46e43cf77
commit 5e1210723c
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')
})
})