Skip to content

feat: Add team_themes table #3336

feat: Add team_themes table

feat: Add team_themes table #3336

Triggered via pull request December 22, 2023 13:44
Status Failure
Total duration 18m 34s
Artifacts 1

pull-request.yml

on: pull_request
Check file changes
4s
Check file changes
Build React App
5m 3s
Build React App
Run Integration tests
5m 15s
Run Integration tests
Run API Tests
2m 48s
Run API Tests
Run React Tests
4m 50s
Run React Tests
Generate Hasura Change Summary
6s
Generate Hasura Change Summary
E2E tests
8m 53s
E2E tests
Upsert Vultr Instance
9m 54s
Upsert Vultr Instance
Run Pulumi Preview
0s
Run Pulumi Preview
Run Healthcheck on Pizza Services
3m 3s
Run Healthcheck on Pizza Services
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 15 warnings, and 1 notice
[chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login: e2e/tests/ui-driven/src/context.ts#L59
1) [chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login ───────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/login.spec.ts:17:17
[chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login: e2e/tests/ui-driven/src/context.ts#L59
1) [chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/login.spec.ts:17:17
[chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login: e2e/tests/ui-driven/src/context.ts#L59
1) [chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login ───────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/login.spec.ts:17:17
[chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required: e2e/tests/ui-driven/src/context.ts#L59
2) [chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/save-and-return.spec.ts:34:17
[chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required: e2e/tests/ui-driven/src/context.ts#L59
2) [chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/save-and-return.spec.ts:34:17
[chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required: e2e/tests/ui-driven/src/context.ts#L59
2) [chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/save-and-return.spec.ts:34:17
[chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started: e2e/tests/ui-driven/src/context.ts#L59
3) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:47:17
[chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started: e2e/tests/ui-driven/src/context.ts#L59
3) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:47:17
[chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started: e2e/tests/ui-driven/src/context.ts#L59
3) [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_insert_input!' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme.data","code":"validation-failed"}}],"status":200,"headers":{}},"request":{"query":"\n mutation CreateTeam(\n $name: String!\n $slug: String!\n $theme: jsonb!\n $settings: jsonb!\n $submissionEmail: String!\n $notifyPersonalisation: jsonb!\n ) {\n insert_teams_one(\n object: {\n name: $name\n slug: $slug\n theme: { data: $theme }\n settings: $settings\n submission_email: $submissionEmail\n notify_personalisation: $notifyPersonalisation\n }\n ) {\n id\n }\n }\n ","variables":{"name":"E2E Test Team","slug":"E2E","theme":{"logo":"https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg","primary_colour":"#444444"},"submissionEmail":"[email protected]","settings":{"settings":{"homepage":"https://example.com","externalPlanningSite":{"url":"https://planningportal.co.uk","name":"Planning Portal"}},"homepage":"planx.uk"},"notifyPersonalisation":{"helpEmail":"[email protected]","helpPhone":"(01234) 567890","emailReplyToId":"727d48fa-cb8a-42f9-b8b2-55032f3bb451","helpOpeningHours":"Monday - Friday, 9am - 5pm"}}}} at context.ts:59 57 | } 58 | if (context.team) { > 59 | context.team.id = await $admin.team.create({ | ^ 60 | slug: context.team.slug, 61 | name: context.team.name, 62 | logo: context.team.logo, at makeRequest (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/node_modules/.pnpm/[email protected][email protected]/node_modules/graphql-request/src/index.ts:426:11) at createTeam (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/node_modules/.pnpm/github.com+theopensystemslab+planx-core@a6412bc/node_modules/@opensystemslab/planx-core/dist/requests/team.js:72:22) at setUpTestContext (/home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/context.ts:59:23) at /home/runner/work/planx-new/planx-new/e2e/tests/ui-driven/src/sections.spec.ts:47:17
E2E tests
Process completed with exit code 1.
Run Healthcheck on Pizza Services
Process completed with exit code 124.
Run API Tests: api.planx.uk/lib/notify/index.ts#L73
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/auth/strategy/google.ts#L20
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/classifiedRoads.ts#L129
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/classifiedRoads.ts#L150
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L72
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L73
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L107
Unexpected any. Specify a different type
Run API Tests: api.planx.uk/modules/gis/service/digitalLand.ts#L156
Unexpected any. Specify a different type
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/agent.spec.ts#L92
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L86
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L95
Unexpected use of networkidle
E2E tests: e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L130
Unexpected use of networkidle
Upsert Vultr Instance
The following actions uses node12 which is deprecated and will be forced to run on node16: theopensystemslab/[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/
🎭 Playwright Run Summary
3 failed [chromium] › login.spec.ts:29:7 › Login › setting a cookie bypasses login ────────────────────── [chromium] › save-and-return.spec.ts:46:9 › Save and return › email › email confirmation is required [chromium] › sections.spec.ts:64:9 › Section statuses › a straight-through journey › not started, ready to start and complete statuses 11 skipped

Artifacts

Produced during runtime
Name Size
playwright-report Expired
8.47 KB