Skip to content

Commit

Permalink
fix: flaky one in local e2e test (#16949)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Oct 4, 2024
1 parent 4872dae commit b560475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/playwright/locale.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ test.describe("authorized user sees changed translations (de->ar)", async () =>
await page.waitForLoadState("domcontentloaded");

await page.locator(".bg-default > div > div:nth-child(2)").first().click();
await page.locator("#react-select-2-option-0").click();
await page.getByTestId("select-option-ar").click();

await page.getByRole("button", { name: "Aktualisieren" }).click();

Expand Down

0 comments on commit b560475

Please sign in to comment.