mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 15:04:43 +00:00
tests: use bits-10 as selector
This commit is contained in:
committed by
Elias Schneider
parent
4dc0b2f37f
commit
21cb3310d6
@@ -53,6 +53,7 @@ test.describe('LDAP Integration', () => {
|
||||
|
||||
await page
|
||||
.getByRole('row', { name: 'test_group' })
|
||||
.locator('#bits-10')
|
||||
.getByRole('button', { name: 'Toggle menu' })
|
||||
.click();
|
||||
await page.getByRole('menuitem', { name: 'Edit' }).click();
|
||||
@@ -77,6 +78,7 @@ test.describe('LDAP Integration', () => {
|
||||
await page.goto('/settings/admin/user-groups');
|
||||
await page
|
||||
.getByRole('row', { name: 'test_group' })
|
||||
.locator('#bits-10')
|
||||
.getByRole('button', { name: 'Toggle menu' })
|
||||
.click();
|
||||
await page.getByRole('menuitem', { name: 'Edit' }).click();
|
||||
|
||||
Reference in New Issue
Block a user