Skip to content

Commit

Permalink
fix cypress test that broke due to HTML changes
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Oct 10, 2024
1 parent a2655a3 commit 70ef363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/template/landing.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ describe('Landing page', () => {
// check that we are still within the Skosmos URL space
cy.url().should('include', Cypress.config().baseUrl)
// check that we are on the vocab home page
cy.get('#vocab-info')
cy.get('.vocabpage')
})
})

0 comments on commit 70ef363

Please sign in to comment.