Skip to content

Commit

Permalink
chore: Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 31, 2024
1 parent e512cf5 commit 02aea64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions e2e/tests/api-driven/src/globalHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export function createTeam(
$admin.team.create({
name: "E2E Test Team",
slug: "E2E",
logo: "https://raw.githubusercontent.com/theopensystemslab/planx-team-logos/main/planx-testing.svg",
primaryColour: "#444444",
submissionEmail: TEST_EMAIL,
homepage: "planx.uk",
...args,
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests/ui-driven/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export async function setUpTestContext(
context.team.id = await $admin.team.create({
slug: context.team.slug,
name: context.team.name,
logo: context.team.logo,
primaryColour: context.team.primaryColour,
homepage: context.team.homepage,
submissionEmail: context.team.submissionEmail,
});
Expand Down

0 comments on commit 02aea64

Please sign in to comment.