remove fdescribe

This commit is contained in:
Art Lowel
2021-12-15 16:46:40 +01:00
parent b7d01127a5
commit 7529fcde35

View File

@@ -204,7 +204,7 @@ describe('ProfilePageComponent', () => {
});
});
fdescribe('canChangePassword$', () => {
describe('canChangePassword$', () => {
describe('when the user is allowed to change their password', () => {
beforeEach(() => {
canChangePassword.next(true);