2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-12 23:23:32 +00:00

[UI] Consolidate text (#10622)

- "User Settings" vs "Account Settings"
This commit is contained in:
Oliver
2025-10-19 15:39:23 +11:00
committed by GitHub
parent 3b27d56682
commit c567d60b1e
4 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ test('Permissions - Reader', async ({ browser }) => {
// Go to the user profile page
await page.getByRole('button', { name: 'Ronald Reader' }).click();
await page.getByRole('menuitem', { name: 'Account Settings' }).click();
await page.getByRole('menuitem', { name: 'User Settings' }).click();
await loadTab(page, 'Notifications');
await loadTab(page, 'Display Options');