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