Skip to content

Commit 33eac90

Browse files
merge dev
1 parent 273ea59 commit 33eac90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/home/home.spec.ts

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

55
// TCA-336 temporarily skip this bc the site isn't loading
6-
it.skip('loads landing page should be successfully', () => {
6+
it('loads landing page should be successfully', () => {
77
cy.get('[data-id="root"]').should('be.visible')
88
})
99

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

0 commit comments

Comments
 (0)