mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Fix broken localization tests on Firefox (#41324)
Closes #41323 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
5
js/.gitignore
vendored
5
js/.gitignore
vendored
@@ -12,3 +12,8 @@ dist
|
||||
|
||||
# NPM
|
||||
node_modules
|
||||
|
||||
# Playwright
|
||||
test-results
|
||||
playwright-report
|
||||
playwright/.cache
|
||||
|
||||
3
js/apps/account-ui/.gitignore
vendored
3
js/apps/account-ui/.gitignore
vendored
@@ -1,5 +1,2 @@
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
.auth/
|
||||
lib/
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user