Fix typings of loadAll()
function
#4149
Annotations
1 error, 10 warnings, and 1 notice
e2e\kit\src\routes\stores\action-mutation\spec.ts#L14
1) src\routes\stores\action-mutation\spec.ts:7:3 › action-mutation › happy path action-mutation =
page.waitForResponse: Timeout 1000ms exceeded while waiting for event "response"
12 | // click the button
13 | await Promise.all([
> 14 | page.waitForResponse((res) => res.url().endsWith('action-mutation?/add'), { timeout: 1000 }),
| ^
15 | page.getByRole('button', { name: 'Add' }).click()
16 | ]);
17 |
at file:///D:/a/houdini/houdini/e2e/kit/src/routes/stores/action-mutation/spec.ts:14:12
|
The following actions uses node12 which is deprecated and will be forced to run on node16: pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e\kit\src\routes\fetching\spec.ts#L1
e2e\kit\src\routes\fetching\spec.ts took 26.9s
|
e2e\kit\src\routes\stores\ssr-[userId]\spec.ts#L1
e2e\kit\src\routes\stores\ssr-[userId]\spec.ts took 20.6s
|
e2e\kit\src\routes\stores\ssr\spec.ts#L1
e2e\kit\src\routes\stores\ssr\spec.ts took 19.4s
|
e2e\kit\src\routes\blocking\spec.ts#L1
e2e\kit\src\routes\blocking\spec.ts took 16.0s
|
e2e\kit\src\routes\pagination\query\backwards-cursor\spec.ts#L1
e2e\kit\src\routes\pagination\query\backwards-cursor\spec.ts took 15.5s
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The logs for this run have expired and are no longer available.
Loading