mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-04-11 09:06:37 +00:00
tests: combobox not closed in e2e test
This commit is contained in:
@@ -53,6 +53,7 @@ test.describe('Update user creation configuration', () => {
|
||||
await page.getByRole('combobox', { name: 'User Groups' }).click();
|
||||
await page.getByRole('option', { name: 'Developers' }).click();
|
||||
await page.getByRole('option', { name: 'Designers' }).click();
|
||||
await page.getByRole('combobox', { name: 'User Groups' }).click();
|
||||
|
||||
await page.getByRole('button', { name: 'Save' }).nth(1).click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user