From c1a204e3be4dc01e2b49193fa5e1994ff2f6dfc6 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 19 Feb 2026 12:34:12 +0100 Subject: [PATCH] Update import path for user information choices --- tests/e2e/backend/utils/userInformation.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/e2e/backend/utils/userInformation.ts b/tests/e2e/backend/utils/userInformation.ts index 49dac7b5..cd637538 100644 --- a/tests/e2e/backend/utils/userInformation.ts +++ b/tests/e2e/backend/utils/userInformation.ts @@ -1,12 +1,12 @@ -import { faker } from "@faker-js/faker"; +import {faker} from "@faker-js/faker"; import { - RELATIONSHIP_CHOICES, - POLITICAL_CHOICES, - RELIGION_CHOICES, - DIET_CHOICES, - EDUCATION_CHOICES, - RACE_CHOICES, -} from "web/components/filters/choices"; + DIET_CHOICES, + EDUCATION_CHOICES, + POLITICAL_CHOICES, + RACE_CHOICES, + RELATIONSHIP_CHOICES, + RELIGION_CHOICES, +} from "common/lib/choices"; class UserAccountInformation {