Fix broken localization tests on Firefox (#41324)

Closes #41323

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops
2025-07-22 14:11:23 +02:00
committed by GitHub
parent 04940d10ed
commit 7d11ac30ea
3 changed files with 7 additions and 5 deletions

5
js/.gitignore vendored
View File

@@ -12,3 +12,8 @@ dist
# NPM
node_modules
# Playwright
test-results
playwright-report
playwright/.cache

View File

@@ -1,5 +1,2 @@
/test-results/
/playwright-report/
/playwright/.cache/
.auth/
lib/

View File

@@ -51,7 +51,7 @@ test.describe("Go to localization tab", () => {
test("Realm Overrides - Add and delete bundle", async ({ page }) => {
await addBundle(page, "key", "123");
await clickCreateButton(page);
await addBundle(page, "value", "abc");
await addBundle(page, "foo", "abc");
await clickCreateButton(page);
await assertNotificationMessage(
@@ -87,7 +87,7 @@ test.describe("Go to localization tab", () => {
const key = "edit";
await addBundle(page, key, "123");
await clickCreateButton(page);
await addBundle(page, "value", "abc");
await addBundle(page, "foo", "abc");
await clickCreateButton(page);
await assertNotificationMessage(