it('should have isSubmitting property', () => {
            password = new Password(EmployeeModel, FormService, AuthenticationResource);

            expect(password.isSubmitting).toEqual(null);
        });