diff --git a/tests/e2e/integration/app.starter.spec.js b/tests/e2e/integration/app.starter.spec.js deleted file mode 100644 index b5025d35..00000000 --- a/tests/e2e/integration/app.starter.spec.js +++ /dev/null @@ -1,7 +0,0 @@ -describe('Visit home', () => { - it('Have a page title with "Postwoman"', () => { - cy.visit('/') - .title() - .should('contain','Postwoman') - }) -})