disable group test again (#34607)
related: #34605 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
e4101b1b61
commit
2b4fbfe66b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue