I’m not sure whether this is a new change, but recently our Cypress automation tests started failing because of this command:
cy.get('button[type="submit"]').click();
This was due to there being two submit buttons present in the DOM. One of the buttons is hidden, but cypress still gets confused about which one to click.
hello! wondering from the Auth0 perspective why that hidden submit button exists? We are seeing this issue break our automation tests as well. Will try the fix but just wondering