mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
[CST-5674] Enable ePerson/Group editing; prevent switching between ePerson and Group
This commit is contained in:
@@ -266,7 +266,7 @@ describe('ResourcePolicyFormComponent test suite', () => {
|
||||
});
|
||||
|
||||
it('should can set grant', () => {
|
||||
expect(comp.canSetGrant()).toBeTruthy();
|
||||
expect(comp.isBeingEdited()).toBeTruthy();
|
||||
});
|
||||
|
||||
it('should not have a target name', () => {
|
||||
@@ -344,7 +344,7 @@ describe('ResourcePolicyFormComponent test suite', () => {
|
||||
});
|
||||
|
||||
it('should not can set grant', () => {
|
||||
expect(comp.canSetGrant()).toBeFalsy();
|
||||
expect(comp.isBeingEdited()).toBeFalsy();
|
||||
});
|
||||
|
||||
it('should have a target name', () => {
|
||||
|
Reference in New Issue
Block a user