mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #41110 from nextcloud/fix/login-cypress-test
fix(cypress): Fix selector for the user menu button
This commit is contained in:
commit
ed45e2600b
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