diff --git a/e2e/cypress/integration/add.spec.js b/e2e/cypress/integration/add.spec.js index 7a5bd3c6..e6b9998b 100644 --- a/e2e/cypress/integration/add.spec.js +++ b/e2e/cypress/integration/add.spec.js @@ -27,7 +27,7 @@ describe('Add page spec', () => { }); }); - it.only('Should Add wine family', () => { + it('Should Add wine family', () => { cy.visit('/add'); cy.get('button[name=addWineFamily]').click(); cy.get('input[name=newWineFamily]').type('New AOC Name');