mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-28 13:54:25 +00:00
refactor(frontend): use central user creds (#11520)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { expect, test } from '../baseFixtures.js';
|
||||
import { stevenuser } from '../defaults.js';
|
||||
import {
|
||||
clearTableFilters,
|
||||
clickButtonIfVisible,
|
||||
@@ -117,8 +118,7 @@ test('Stock - Location Delete', async ({ browser }) => {
|
||||
|
||||
test('Stock - Filters', async ({ browser }) => {
|
||||
const page = await doCachedLogin(browser, {
|
||||
username: 'steven',
|
||||
password: 'wizardstaff',
|
||||
user: stevenuser,
|
||||
url: '/stock/location/index/'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user