2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 05:00:58 +00:00

feat(frontend): Improve comms around authentication (#9348)

* use enum for flow authentication

* fix inaccurate texts

* add a better user info on login

* fix test assertation
This commit is contained in:
Matthias Mair
2025-03-21 03:42:50 +01:00
committed by GitHub
parent cb240e4e0f
commit bd0dc3fe50
6 changed files with 20 additions and 11 deletions

View File

@ -107,7 +107,7 @@ test('Settings - Admin', async ({ page }) => {
// System Settings
await page.locator('label').filter({ hasText: 'System Settings' }).click();
await page.getByText('Base URL', { exact: true }).waitFor();
await loadTab(page, 'Login');
await loadTab(page, 'Authentication');
await loadTab(page, 'Barcodes');
await loadTab(page, 'Notifications');
await loadTab(page, 'Pricing');