From 617d677341ce5e8936f329f7bf7392b050344839 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 23 Oct 2024 20:38:25 +0200 Subject: [PATCH] Re enable duplicate group test (#34248) The problem with the modal dialogs has been fixed, so this test will now pass again fixes: #33653 Signed-off-by: Erik Jan de Wit --- js/apps/admin-ui/cypress/e2e/group_test.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/admin-ui/cypress/e2e/group_test.spec.ts b/js/apps/admin-ui/cypress/e2e/group_test.spec.ts index d4e9367480..2c5033f97d 100644 --- a/js/apps/admin-ui/cypress/e2e/group_test.spec.ts +++ b/js/apps/admin-ui/cypress/e2e/group_test.spec.ts @@ -119,7 +119,7 @@ describe("Group test", () => { .assertNoSearchResultsMessageExist(true); }); - it.skip("Duplicate group", () => { + it("Duplicate group", () => { groupPage .duplicateGroupItem(groupNames[0], true) .assertNotificationGroupDuplicated();