mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-08 16:09:54 -05:00
Fix add/del bundle test (#41340)
Fixes #41339 Signed-off-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
@@ -49,7 +49,7 @@ test.describe("Go to localization tab", () => {
|
||||
});
|
||||
|
||||
test("Realm Overrides - Add and delete bundle", async ({ page }) => {
|
||||
await addBundle(page, "key", "123");
|
||||
await addBundle(page, "bar", "123");
|
||||
await clickCreateButton(page);
|
||||
await addBundle(page, "foo", "abc");
|
||||
await clickCreateButton(page);
|
||||
@@ -59,8 +59,8 @@ test.describe("Go to localization tab", () => {
|
||||
"Success! The translation has been added.",
|
||||
);
|
||||
|
||||
await assertRowExists(page, "key");
|
||||
await clickRowKebabItem(page, "key", "Delete");
|
||||
await assertRowExists(page, "bar");
|
||||
await clickRowKebabItem(page, "bar", "Delete");
|
||||
await confirmModal(page);
|
||||
await assertNotificationMessage(
|
||||
page,
|
||||
|
||||
Reference in New Issue
Block a user