All checks #576
Annotations
2 errors and 1 notice
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L329
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields
page.click: Target closed
=========================== logs ===========================
waiting for locator('button[type="submit"]')
locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Submit</button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
327 | const routingForm = user.routingForms[0];
328 | await gotoRoutingLink({ page, formId: routingForm.id });
> 329 | page.click('button[type="submit"]');
| ^
330 | const firstInputMissingValue = await page.evaluate(() => {
331 | return document.querySelectorAll("input")[0].validity.valueMissing;
332 | });
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:329:12
|
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields
Test timeout of 60000ms exceeded while tearing down "context".
|
|
This job succeeded
Loading