Allow for required arguments on paginated fragments #4343
tests.yml
on: pull_request
Formatting
40s
Tests
1m 48s
Verify Init
44s
End-to-End Linter
1m 48s
Matrix: End-to-End Tests
Annotations
5 errors, 32 warnings, and 2 notices
src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state:
e2e/kit/src/lib/utils/testsHelper.ts#L209
1) src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state
locator.textContent: Timeout 2998ms exceeded.
=========================== logs ===========================
waiting for locator('div[id=pageInfo]')
============================================================
at src/lib/utils/testsHelper.ts:209
207 | */
208 | export async function expectToContain(page: Page, toBe: string, selector = 'div[id=pageInfo]') {
> 209 | const result = await page.locator(selector).textContent({ timeout: 2998 });
| ^
210 | expect(result, `element "${selector}" must CONTAIN 👇`).toContain(toBe);
211 | }
212 |
at expectToContain (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:209:47)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts:44:11
|
src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state:
e2e/kit/src/lib/utils/testsHelper.ts#L209
1) src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state
Retry #1 ---------------------------------------------------------------------------------------
locator.textContent: Timeout 2998ms exceeded.
=========================== logs ===========================
waiting for locator('div[id=pageInfo]')
============================================================
at src/lib/utils/testsHelper.ts:209
207 | */
208 | export async function expectToContain(page: Page, toBe: string, selector = 'div[id=pageInfo]') {
> 209 | const result = await page.locator(selector).textContent({ timeout: 2998 });
| ^
210 | expect(result, `element "${selector}" must CONTAIN 👇`).toContain(toBe);
211 | }
212 |
at expectToContain (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:209:47)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts:44:11
|
src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state:
e2e/kit/src/lib/utils/testsHelper.ts#L209
1) src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state
Retry #2 ---------------------------------------------------------------------------------------
locator.textContent: Timeout 2998ms exceeded.
=========================== logs ===========================
waiting for locator('div[id=pageInfo]')
============================================================
at src/lib/utils/testsHelper.ts:209
207 | */
208 | export async function expectToContain(page: Page, toBe: string, selector = 'div[id=pageInfo]') {
> 209 | const result = await page.locator(selector).textContent({ timeout: 2998 });
| ^
210 | expect(result, `element "${selector}" must CONTAIN 👇`).toContain(toBe);
211 | }
212 |
at expectToContain (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:209:47)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts:44:11
|
src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state:
e2e/kit/src/lib/utils/testsHelper.ts#L209
1) src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state
Retry #3 ---------------------------------------------------------------------------------------
locator.textContent: Timeout 2998ms exceeded.
=========================== logs ===========================
waiting for locator('div[id=pageInfo]')
============================================================
at src/lib/utils/testsHelper.ts:209
207 | */
208 | export async function expectToContain(page: Page, toBe: string, selector = 'div[id=pageInfo]') {
> 209 | const result = await page.locator(selector).textContent({ timeout: 2998 });
| ^
210 | expect(result, `element "${selector}" must CONTAIN 👇`).toContain(toBe);
211 | }
212 |
at expectToContain (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:209:47)
at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts:44:11
|
End-to-End Tests (ubuntu-latest, e2e-kit)
Process completed with exit code 1.
|
Formatting
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/
|
Formatting
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/
|
Formatting
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/
|
Formatting
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/
|
Verify Init
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/
|
Verify Init
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/
|
Verify Init
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/
|
Verify Init
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/
|
Verify Init
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/
|
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
|
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
|
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
|
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
|
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
|
Tests
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/
|
Tests
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/
|
Tests
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/
|
End-to-End Linter
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/
|
Tests
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/
|
End-to-End Linter
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/
|
Tests
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/
|
End-to-End Linter
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/
|
End-to-End Linter
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/
|
End-to-End Linter
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/
|
End-to-End Linter:
e2e/kit/src/routes/nested-argument-fragments-masking/spec.ts#L3
'expect_1_gql' is defined but never used
|
End-to-End Linter:
e2e/kit/src/routes/nested-argument-fragments-masking/spec.ts#L3
'expect_to_be' is defined but never used
|
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
|
Slow Test:
e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts#L1
e2e/kit/src/routes/pagination/fragment/required-arguments/spec.ts took 20.6s
|
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
|
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
|
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
|
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
|
🎭 Playwright Run Summary
1 passed (6.7s)
|
🎭 Playwright Run Summary
1 failed
src/routes/pagination/fragment/required-arguments/spec.ts:23:3 › forwards cursor paginatedFragment with required arguments › page info tracks connection state
111 passed (1.2m)
|