Skip to content

Commit

Permalink
Trying out custom error msg
Browse files Browse the repository at this point in the history
see if it shows up in build logs
  • Loading branch information
megoth-capgemini committed Nov 28, 2023
1 parent b68035b commit b48e2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/solid-login.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('Solid Login', () => {

// log in page
cy.waitUntil(() => cy.get('#register-link').then(($el) => $el.attr('href')?.length > 0), {
errorMsg: "Unable to find Register link",
timeout: 2000,
interval: 500,
})
Expand Down

0 comments on commit b48e2af

Please sign in to comment.