Svelte 5 Runes support #4655
Annotations
4 errors, 6 warnings, and 1 notice
e2e/react/src/routes/handle/test.ts#L21
1) src/routes/handle/test.ts:6:1 › handle fetch remembers server-side variables ──────────────────
TimeoutError: page.waitForSelector: Timeout 1000ms exceeded.
Call log:
- waiting for locator('[data-size="51"]') to be visible
19 | // load the larger image and wait for it to resolve
20 | await page.click('#larger')
> 21 | await page.waitForSelector('[data-size="51"]', {
| ^
22 | timeout: 1000,
23 | })
24 |
at /home/runner/work/houdini/houdini/e2e/react/src/routes/handle/test.ts:21:13
|
e2e/react/src/routes/optimistic-keys/test.ts#L19
2) src/routes/optimistic-keys/test.ts:6:1 › @optimisticKey ───────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "optimistic value 1"
Received: "https://variety.com/wp-content/uploads/2022/03/Bruce-Willis.jpg?w=1000&h=562&crop=1"
17 |
18 | // the value in the last row should be 'optimistic value 1'
> 19 | expect(await getValue()).toBe('optimistic value 1')
| ^
20 |
21 | // click on the last list in the row
22 | await page.click('[data-test-action="update"]')
at /home/runner/work/houdini/houdini/e2e/react/src/routes/optimistic-keys/test.ts:19:27
|
e2e/react/src/routes/optimistic-keys/test.ts#L41
2) src/routes/optimistic-keys/test.ts:6:1 › @optimisticKey ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "final value"
Received: "optimistic value 2"
39 |
40 | // the value in the last row should be 'final value'
> 41 | expect(await getValue()).toBe('final value')
| ^
42 | })
43 |
44 | test('@optimisticKey - double click', async ({ page }) => {
at /home/runner/work/houdini/houdini/e2e/react/src/routes/optimistic-keys/test.ts:41:27
|
node_modules/.pnpm/@[email protected]/node_modules/@types/react/index.d.ts#L39
Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/[email protected], actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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 `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/
|
|
This job succeeded
Loading