Skip to content

Commit

Permalink
Remove only alias
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmartineau committed May 9, 2020
1 parent 8e685ad commit 2a217c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/integration/add.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2a217c4

Please sign in to comment.