mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
move test
This commit is contained in:
@ -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/');
|
Reference in New Issue
Block a user