Skip to content

Commit 5201158

Browse files
authored
Update auth0-authentication.mdx
Auth0 have changed their login flow. Earlier it used to be email id and password in same filed but now it is in different pages.
1 parent a08c34b commit 5201158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guides/end-to-end-testing/testing-strategies/auth0-authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function loginViaAuth0Ui(username: string, password: string) {
160160
{ args: { username, password } },
161161
({ username, password }) => {
162162
cy.get('input#username').type(username)
163+
cy.contains('button[value=default]', 'Continue').click()
163164
cy.get('input#password').type(password, { log: false })
164165
cy.contains('button[value=default]', 'Continue').click()
165166
}

0 commit comments

Comments
 (0)