Skip to content

Commit efe4e01

Browse files
TCA-408 clean up for dev #time 10m
1 parent f6ce5cb commit efe4e01

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
@@ -2,12 +2,11 @@ describe('Landing Page', () => {
22

33
beforeEach(() => cy.visit('/'))
44

5-
// TCA-336 temporarily skip this bc the site isn't loading
65
it('loads landing page should be successfully', () => {
76
cy.get('[data-id="root"]').should('be.visible')
87
})
98

10-
it('loads landing page should fail', () => {
9+
it.skip('loads landing page should fail', () => {
1110
cy.get('[data-id="root"]').should('not.be.visible')
1211
})
1312
})

0 commit comments

Comments
 (0)