From 1cf59d3482a6eee6f9f542637bc45bc9926aff4c Mon Sep 17 00:00:00 2001 From: plouc Date: Mon, 1 May 2023 15:04:29 +0900 Subject: [PATCH] feat(e2e): test failed on CI as expected, removing the faulty assertion --- cypress/src/components/bar/Bar.cy.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/src/components/bar/Bar.cy.tsx b/cypress/src/components/bar/Bar.cy.tsx index ced720ee1..e8e148c10 100644 --- a/cypress/src/components/bar/Bar.cy.tsx +++ b/cypress/src/components/bar/Bar.cy.tsx @@ -14,6 +14,5 @@ describe('Bar', () => { animate={false} /> ) - cy.get('[data-cy=counter]').should('have.text', '0') }) })