feat: Add team_themes
table
#3335
pull-request.yml
on: pull_request
Check file changes
4s
Run Integration tests
5m 13s
Run API Tests
0s
Run React Tests
4m 33s
Generate Hasura Change Summary
6s
E2E tests
8m 48s
Run Pulumi Preview
0s
Run Healthcheck on Pizza Services
3m 2s
Annotations
11 errors, 8 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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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_obj_rel_insert_input' is expected: {"response":{"errors":[{"message":"variable 'theme' is declared as 'jsonb!', but used where 'team_themes_obj_rel_insert_input' is expected","extensions":{"path":"$.selectionSet.insert_teams_one.args.object.theme","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: $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":"#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@95b54b3/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@95b54b3/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.
|
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/
|
Upsert Vultr Instance
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/
|
Upsert Vultr Instance
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/
|
Upsert Vultr Instance
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
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.44 KB |
|