disable group test again (#34607)

related: #34605

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-11-04 10:29:54 +01:00 committed by GitHub
parent e4101b1b61
commit 2b4fbfe66b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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