Skip to content
Snippets Groups Projects
Verified Commit e40f094c authored by jfriedli's avatar jfriedli
Browse files

adpat test

parent 7014c4f4
No related branches found
No related tags found
2 merge requests!274Deps Updates and Renovate Update,!270RenovateBot: Update dependency quasar to v1.11.1
......@@ -8,7 +8,7 @@ describe('error page', () => {
cy.get('[data-cy=general-error-text]').contains('O Ooooh, Something went wrong')
cy.get('[data-cy=general-error-report]').contains('If you keep getting this error report it here')
cy.get('[data-cy=error-btn] .q-btn__content > div').contains('Back')
cy.get('[data-cy=error-btn] .q-btn__content > span').contains('Back')
cy.get('[data-cy=error-btn]')
.should('have.attr', 'href').and(
'include',
......
......@@ -7,7 +7,7 @@ describe('404 page', () => {
.should('have.attr', 'src').and('include', 'img/kitty.')
cy.get('[data-cy=four-o-four-text]').contains('There\'s no yarn here. (404)')
cy.get('[data-cy=404-btn] .q-btn__content > div').contains('Back')
cy.get('[data-cy=404-btn] .q-btn__content > span').contains('Back')
cy.get('[data-cy=404-btn]')
.should('have.attr', 'href').and(
'include',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment