All checks #56
Annotations
10 errors and 1 notice
apps/web/playwright/lib/testUtils.ts#L165
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- future › user › can add new event type
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:51:7
|
apps/web/playwright/lib/testUtils.ts#L165
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- future › user › can add new event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:51:7
|
apps/web/playwright/lib/testUtils.ts#L165
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- future › user › can add new event type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:51:7
|
apps/web/playwright/lib/testUtils.ts#L165
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:59:7
|
apps/web/playwright/lib/testUtils.ts#L165
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:59:7
|
apps/web/playwright/lib/testUtils.ts#L165
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:59:7
|
apps/web/playwright/lib/testUtils.ts#L165
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- legacy › user › can add new event type
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:51:7
|
apps/web/playwright/lib/testUtils.ts#L165
3) [@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- legacy › user › can add new event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:51:7
|
apps/web/playwright/lib/testUtils.ts#L165
4) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types"
============================================================
at apps/web/playwright/lib/testUtils.ts:165
163 | await page.click("[type=submit]");
164 |
> 165 | await page.waitForURL((url) => {
| ^
166 | return url.pathname !== "/event-types";
167 | });
168 | };
at createNewEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:165:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:59:7
|
apps/web/playwright/event-types.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
4 failed
[@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- future › user › can add new event type
[@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options
[@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- legacy › user › can add new event type
[@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- legacy › user › enabling recurring event comes with default options
1 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:83:9 › Event Types tests -- future › user › can duplicate an existing event type
52 skipped
18 passed (2.2m)
|
The logs for this run have expired and are no longer available.
Loading