move test

This commit is contained in:
Matthias Mair 2024-04-17 20:06:17 +02:00
parent cacf1e3045
commit 5fc418a77d
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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/');