mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
🌐 Remove abandoned languages (#739)
This commit is contained in:
parent
47d5d1c70d
commit
1920de1402
5 changed files with 16 additions and 11 deletions
|
@ -3,7 +3,7 @@ import test, { expect } from "@playwright/test";
|
|||
test("should show correct language if supported", async ({ browser }) => {
|
||||
const context = await browser.newContext({ locale: "de" });
|
||||
const page = await context.newPage();
|
||||
await page.goto("/");
|
||||
await page.goto("/new");
|
||||
await expect(page.locator("text=Neue Umfrage")).toBeVisible();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue