mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(cypress): Fix selector for the user menu button
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
20b14ae7ac
commit
e93ccca823
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ describe('Login', () => {
|
|||
cy.url().should('match', /apps\/dashboard(\/|$)/)
|
||||
|
||||
// When click logout
|
||||
cy.get('#user-menu button').should('exist').click()
|
||||
cy.get('#user-menu > button').should('exist').click()
|
||||
cy.get('#logout a').should('contain.text', 'Log out').click()
|
||||
|
||||
// Then I see that the current page is the Login page
|
||||
|
|
|
|||
Loading…
Reference in a new issue