Skip to content

Commit

Permalink
feat(e2e): test failed on CI as expected, removing the faulty assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 1, 2023
1 parent 75eb187 commit 1cf59d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/src/components/bar/Bar.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ describe('Bar', () => {
animate={false}
/>
)
cy.get('[data-cy=counter]').should('have.text', '0')
})
})

0 comments on commit 1cf59d3

Please sign in to comment.