2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 22:21:37 +00:00

feat(frontend): add grouping in the admin center (#9596)

* feat(frontend): Add grouping in the admin center

* fix name

* make sections more distinct

* re-arrange sections

* ensure plugin panels work

* fix missing key issue

* fix test name
This commit is contained in:
Matthias Mair
2025-06-02 14:10:14 +02:00
committed by GitHub
parent fa1b056b40
commit 782ca55887
4 changed files with 154 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ test('Permissions - Admin', async ({ browser, request }) => {
// Check for expected tabs
await loadTab(page, 'Machines');
await loadTab(page, 'Plugins');
await loadTab(page, 'User Management');
await loadTab(page, 'Users / Access');
// Let's create a new user
await page.getByLabel('action-button-add-user').click();