diff --git a/apps/playwright/tests/admin/process-action-create.spec.ts b/apps/playwright/tests/admin/process-action-create.spec.ts index b80164d2ece..0c13910382b 100644 --- a/apps/playwright/tests/admin/process-action-create.spec.ts +++ b/apps/playwright/tests/admin/process-action-create.spec.ts @@ -57,7 +57,7 @@ test("Create pool", async ({ appPage }) => { .fill(`${PROCESS_TITLE} (FR)`); await appPage.page - .getByRole("combobox", { name: /length of opportunity/i }) + .getByRole("combobox", { name: /employment duration/i }) .selectOption({ label: "Various" }); await appPage.page