wait for dash before proceeding

This commit is contained in:
Matthias Mair 2024-05-03 18:07:31 +02:00
parent fd6ccde535
commit d3323b0b9a
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 3 additions and 0 deletions

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`);