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:
@ -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');
|
||||
|
Reference in New Issue
Block a user