Fix add/del bundle test (#41340)

Fixes #41339

Signed-off-by: Stan Silvert <ssilvert@redhat.com>
This commit is contained in:
Stan Silvert
2025-07-23 03:40:27 -04:00
committed by GitHub
parent 8bc141d529
commit e8c4c442c2
@@ -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,