Ariel Weinberger pushed to branch feature/CHANNELMGR-1456 at cms-community / 
hippo-addon-channel-manager


Commits:
ccd55b66 by Ariel Weinberger at 2017-09-14T13:13:28+02:00
CHANNELMGR-1456 Fix another failing unit test by renaming a variable in the 
spec file

- - - - -


1 changed file:

- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/sharedspace-toolbar/sharedspace-toolbar.controller.spec.js


Changes:

=====================================
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/sharedspace-toolbar/sharedspace-toolbar.controller.spec.js
=====================================
--- 
a/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/sharedspace-toolbar/sharedspace-toolbar.controller.spec.js
+++ 
b/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/sharedspace-toolbar/sharedspace-toolbar.controller.spec.js
@@ -59,9 +59,9 @@ describe('Sharedspace toolbar component controller', () => {
       hasBottomToolbar: false,
     });
 
-    expect($ctrl.isToolbarVisible).toEqual(true);
+    expect($ctrl.isVisible).toEqual(true);
     expect($ctrl.showBottomToolbar).toEqual(false);
-    expect(SharedSpaceToolbarService.isVisible).toEqual(true);
+    expect(SharedSpaceToolbarService.isToolbarVisible).toEqual(true);
   });
 
   describe('fix scrolling position', () => {



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/ccd55b66b9d242bd1824199137cd27b9b4ef883a

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/ccd55b66b9d242bd1824199137cd27b9b4ef883a
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to