Skip to content

Commit

Permalink
Update playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnigh committed Jan 14, 2025
1 parent f4ffd6a commit 2ea22e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playwright/tests/admin/process-action-create.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea22e7

Please sign in to comment.