From 2a217c431bc2b2f13520175739c0345f5eccb6ab Mon Sep 17 00:00:00 2001 From: Samuel MARTINEAU Date: Sat, 9 May 2020 23:23:02 +0200 Subject: [PATCH] Remove only alias --- e2e/cypress/integration/add.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');