Cloudflare adapter #3958
Annotations
2 errors, 5 warnings, and 1 notice
e2e/kit/src/lib/utils/testsHelper.ts#L202
1) src/routes/blocking/spec.ts:7:3 › blocking › CSR blocking_disable =============================
Error: element "div[id=result]" must BE 👇
Expected: "undefined-undefined"
Received: "with_blocking_disable:1-Bruce Willis"
at src/lib/utils/testsHelper.ts:202
200 | // If the selector is not found, we will get an error: Timeout.
201 | // It's usually because the page is not loading properly!
> 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe);
| ^
203 | }
204 |
205 | /**
at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/blocking/spec.ts:18:5
|
e2e/kit/src/lib/utils/testsHelper.ts#L202
2) src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache ===============
Error: element "div[id=result]" must BE 👇
- Expected - 1
+ Received + 3
- User: 1 - Book: 0 - Rate: 10 User: 5 - Book: 5 - Rate: 8 User: 1 - Book: 1 - Rate: 9
+ User: 1 - Book: 0 - Rate: 10
+ User: 5 - Book: 5 - Rate: 8
+ User: 1 - Book: 1 - Rate: 9
at src/lib/utils/testsHelper.ts:202
200 | // If the selector is not found, we will get an error: Timeout.
201 | // It's usually because the page is not loading properly!
> 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe);
| ^
203 | }
204 |
205 | /**
at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/customIDs/spec.ts:10:5
|
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 `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