mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
remove fdescribe
This commit is contained in:
@@ -204,7 +204,7 @@ describe('ProfilePageComponent', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
fdescribe('canChangePassword$', () => {
|
describe('canChangePassword$', () => {
|
||||||
describe('when the user is allowed to change their password', () => {
|
describe('when the user is allowed to change their password', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
canChangePassword.next(true);
|
canChangePassword.next(true);
|
||||||
|
Reference in New Issue
Block a user