mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 20:11:37 +00:00
wait for dash before proceeding
This commit is contained in:
@@ -107,6 +107,9 @@ test('PUI - Pages - Part - Pricing (Variant)', async ({ page }) => {
|
|||||||
|
|
||||||
test('PUI - Pages - Part - Pricing (Internal)', async ({ page }) => {
|
test('PUI - Pages - Part - Pricing (Internal)', async ({ page }) => {
|
||||||
await doQuickLogin(page);
|
await doQuickLogin(page);
|
||||||
|
await page
|
||||||
|
.getByRole('heading', { name: 'Welcome to your Dashboard,' })
|
||||||
|
.waitFor();
|
||||||
|
|
||||||
// Part
|
// Part
|
||||||
await page.goto(`${baseUrl}/part/65/pricing`);
|
await page.goto(`${baseUrl}/part/65/pricing`);
|
||||||
|
Reference in New Issue
Block a user