update create app test
This commit is contained in:
parent
c46e43cf77
commit
5e1210723c
|
@ -20,6 +20,6 @@ context('Create Application', () => {
|
||||||
|
|
||||||
cy.visit('localhost:4001/_builder')
|
cy.visit('localhost:4001/_builder')
|
||||||
|
|
||||||
cy.contains('My Cool Application')
|
cy.contains('My Cool Application').should('exist')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue