feat: Add team_themes
table
#3336
Annotations
10 errors, 4 warnings, and 1 notice
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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/ui-driven/src/invite-to-pay/agent.spec.ts#L92
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L86
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L95
Unexpected use of networkidle
|
e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts#L130
Unexpected use of networkidle
|
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
|
The logs for this run have expired and are no longer available.
Loading