mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
test(settings): Correctly find group in select
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
ada190bb39
commit
1223063399
1 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,8 @@ describe('Settings: Change user properties', function() {
|
|||
cy.get('.vs__selected').should('not.exist')
|
||||
// Open the dropdown menu
|
||||
cy.get('[role="combobox"]').click({ force: true })
|
||||
// Search for the group
|
||||
cy.get('[role="combobox"]').type('userstestgroup')
|
||||
// select the group
|
||||
cy.contains('li', groupName).click({ force: true })
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue