@ -1,7 +1,6 @@
context('Create a Model', () => {
before(() => {
Cypress.Cookies.preserveOnce('builder:token')
cy.visit('localhost:4001/_builder')
// https://on.cypress.io/type
cy.createApp('Model App', 'Model App Description')
context('Create a workflow', () => {
cy.createApp('Workflow Test App', 'This app is used to test that workflows do in fact work!')