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 <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-10-23 20:38:25 +02:00 committed by GitHub
parent 9db3c5eb06
commit 617d677341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ describe("Group test", () => {
.assertNoSearchResultsMessageExist(true);
});
it.skip("Duplicate group", () => {
it("Duplicate group", () => {
groupPage
.duplicateGroupItem(groupNames[0], true)
.assertNotificationGroupDuplicated();