2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-12 03:28:37 +00:00

refactor(frontend): use central user creds (#11520)

This commit is contained in:
Matthias Mair
2026-03-14 03:29:46 +01:00
committed by GitHub
parent fda3204e33
commit d7af345e20
22 changed files with 118 additions and 105 deletions
+3 -4
View File
@@ -1,4 +1,5 @@
import { test } from '../baseFixtures.js';
import { stevenuser } from '../defaults.js';
import {
clearTableFilters,
clickOnParamFilter,
@@ -57,8 +58,7 @@ test('Company', async ({ browser }) => {
test('Company - Parameters', async ({ browser }) => {
const page = await doCachedLogin(browser, {
username: 'steven',
password: 'wizardstaff',
user: stevenuser,
url: 'purchasing/index/suppliers'
});
@@ -75,8 +75,7 @@ test('Company - Parameters', async ({ browser }) => {
test('Company - Supplier Parts', async ({ browser }) => {
const page = await doCachedLogin(browser, {
username: 'steven',
password: 'wizardstaff',
user: stevenuser,
url: 'purchasing/index/suppliers'
});