diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-19 18:26:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 18:26:35 +0100 |
commit | cc9f1a125cad3270d97b082d368291690f8ab9ed (patch) | |
tree | 3a728bbd9b2d9fddd87f1c86657984a74bc268c2 | |
parent | a787cc068304502fa9537a6134dd5eb73dc36a62 (diff) | |
download | nextcloud-server-backport/51521/stable31.tar.gz nextcloud-server-backport/51521/stable31.zip |
fixup!: Update cypress/e2e/login/webauth.cy.tsbackport/51521/stable31
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | cypress/e2e/login/webauth.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/login/webauth.cy.ts b/cypress/e2e/login/webauth.cy.ts index fb67ed7f21c..1c45e2f7fc6 100644 --- a/cypress/e2e/login/webauth.cy.ts +++ b/cypress/e2e/login/webauth.cy.ts @@ -132,7 +132,7 @@ describe('Login using WebAuthn', () => { cy.logout() cy.visit('/login') - cy.findByRole('button', { name: /Log in with a device/i }) + cy.findByRole('link', { name: /Log in with a device/i }) .should('be.visible') .click() |