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 273ea59 commit 33eac90Copy full SHA for 33eac90
cypress/e2e/home/home.spec.ts
@@ -3,11 +3,11 @@ describe('Landing Page', () => {
3
beforeEach(() => cy.visit('/'))
4
5
// TCA-336 temporarily skip this bc the site isn't loading
6
- it.skip('loads landing page should be successfully', () => {
+ it('loads landing page should be successfully', () => {
7
cy.get('[data-id="root"]').should('be.visible')
8
})
9
10
- it.skip('loads landing page should fail', () => {
+ it('loads landing page should fail', () => {
11
cy.get('[data-id="root"]').should('not.be.visible')
12
13
0 commit comments