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:
parent
9db3c5eb06
commit
617d677341
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ describe("Group test", () => {
|
|||
.assertNoSearchResultsMessageExist(true);
|
||||
});
|
||||
|
||||
it.skip("Duplicate group", () => {
|
||||
it("Duplicate group", () => {
|
||||
groupPage
|
||||
.duplicateGroupItem(groupNames[0], true)
|
||||
.assertNotificationGroupDuplicated();
|
||||
|
|
Loading…
Reference in a new issue