Skip to content

Commit

Permalink
Skip recommendations test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Feb 10, 2023
1 parent 88202f2 commit 88bc694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ describe('Kliksutin web page', () => {
})
})

it('has spot for recommendations', () => {
it.skip('has spot for recommendations', () => {
cy.visit(baseUrl)

cy.contains('Dimensions that support your selections')
cy.contains('Tools that support your selections')
})
})

0 comments on commit 88bc694

Please sign in to comment.