Skip to content

Commit 7cf193e

Browse files
TCA-60 #comment This commit makes the test pass again #time 5m
1 parent b8b1953 commit 7cf193e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/e2e/home/home.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ describe('Landing Page', () => {
33
beforeEach(() => cy.visit('/'))
44

55
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')
6+
cy.get('[data-cy="root"]').should('be.visible')
87
})
98
})

0 commit comments

Comments
 (0)