Skip to content

Commit

Permalink
✅ fix counter e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 25, 2021
1 parent 657a5cc commit 0d7eca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/components/Counter/Counter.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* globals cy */

describe('Counter', () => {
beforeEach(() => cy.visitStorybook('counter--default'));
beforeEach(() => cy.visitStorybook('components-counter--default'));

it('should display the count', () => {
cy.get('#counter > span').should('have.length', 1);
Expand Down

0 comments on commit 0d7eca5

Please sign in to comment.