mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
Param filters 2 (#9749)
* Filter updates - Split code - Allow multiple simultaneous filters against a given parameter - Bug fixes * Refactoring * Cleanup * fix for operator selection * Backend fix * Additional filtering options * Updated documentation * Impove filtering logic * Tweak playwright tests * Remove debug statements * Tweak for login test
This commit is contained in:
@@ -46,9 +46,12 @@ test('Login - Failures', async ({ page }) => {
|
||||
|
||||
test('Login - Change Password', async ({ page }) => {
|
||||
await doLogin(page, 'noaccess', 'youshallnotpass');
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
// Navigate to the 'change password' page
|
||||
await navigate(page, 'settings/user/account');
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
await page.getByLabel('action-menu-account-actions').click();
|
||||
await page.getByLabel('action-menu-account-actions-change-password').click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user