We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b1953 commit 7cf193eCopy full SHA for 7cf193e
cypress/e2e/home/home.spec.ts
@@ -3,7 +3,6 @@ describe('Landing Page', () => {
3
beforeEach(() => cy.visit('/'))
4
5
it('loads landing page should be successfully', () => {
6
- // TCA-60 temp add "not.be.visible" to test ci integration
7
- cy.get('[data-cy="root"]').should('not.be.visible')
+ cy.get('[data-cy="root"]').should('be.visible')
8
})
9
0 commit comments