(frontend) hide decorative icons, label menus, avoid name duplicates

improves a11y by hiding decorative icons, labeling menus and deduping names

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-09-10 14:02:58 +02:00
parent 7a903041f8
commit ef08ba3a00
15 changed files with 86 additions and 14 deletions

View File

@@ -201,7 +201,7 @@ test.describe('Document create member', () => {
await page.getByLabel('Reader').click();
const moreActions = userInvitation.getByRole('button', {
name: 'more_horiz',
name: 'Open invitation actions menu',
});
await moreActions.click();