auth0/auth0-react

Auth0 hidden "Continue" button ? Why?

DenisCor opened this issue · 3 comments

Checklist

Description

Auth0 has a hidden "Continue" button class="ulp-button-bar-hidden" aria-hidden:true". Whats its purpose? our Cypress Tests are failing because it spots another "Continue" button..
777

Reproduction

inspect dom

Additional context

No response

auth0-react version

1.10.2

React version

17.0.2

Which browsers have you tested in?

Chrome, Firefox

Thanks for reaching out.

Our SDK has no control over the HTML being rendered on auth0's login page, so I can not tell you why there is a hidden continue button.

Closing, as there isn't something we can do about that from our SDK.

no explanation whatsoever.. can you at least point me in the right direction?

At the SDK side, we do not work on the login page and are not aware on why they would add that.

You can provide product feedback if you believe there is something wrong.
Are you saying your tests used to work and only recently started to break?

But in general, I would recommend updating your Cypress tests to consider for the hidden button.