1
0
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:
Kyle Mendell
2025-05-21 18:12:19 -05:00
committed by Elias Schneider
parent 4dc0b2f37f
commit 21cb3310d6

View File

@@ -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();