mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
move test
This commit is contained in:
parent
cacf1e3045
commit
5fc418a77d
@ -1,8 +1,8 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
|
||||
import { user } from './defaults';
|
||||
import { user } from '../defaults';
|
||||
|
||||
test('test', async ({ page }) => {
|
||||
test('PUI - Pages - Part - Pricing', async ({ page }) => {
|
||||
await page.goto('./platform/');
|
||||
await expect(page).toHaveTitle('InvenTree');
|
||||
await page.waitForURL('**/platform/');
|
Loading…
Reference in New Issue
Block a user