2
0
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:
Matthias Mair
2024-05-03 18:07:31 +02:00
parent fd6ccde535
commit d3323b0b9a

View File

@@ -107,6 +107,9 @@ test('PUI - Pages - Part - Pricing (Variant)', async ({ page }) => {
test('PUI - Pages - Part - Pricing (Internal)', async ({ page }) => {
await doQuickLogin(page);
await page
.getByRole('heading', { name: 'Welcome to your Dashboard,' })
.waitFor();
// Part
await page.goto(`${baseUrl}/part/65/pricing`);