final tests (group-form & member&subgroup lists) & notification

for group creation fail, with specific notification for group name in use
This commit is contained in:
Marie Verdonck
2020-03-22 22:48:18 +01:00
parent 173dcee427
commit 54b351c0d3
9 changed files with 615 additions and 56 deletions

View File

@@ -3,7 +3,7 @@ import { EPersonMock } from './eperson-mock';
export const GroupMock2: Group = Object.assign(new Group(), {
handle: null,
groups: [],
subgroups: [],
epersons: [],
selfRegistered: false,
_links: {
@@ -20,7 +20,7 @@ export const GroupMock2: Group = Object.assign(new Group(), {
export const GroupMock: Group = Object.assign(new Group(), {
handle: null,
groups: [GroupMock2],
subgroups: [GroupMock2],
epersons: [EPersonMock],
selfRegistered: false,
_links: {