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


Commits:
873dc3f9 by Ariel Weinberger at 2017-10-13T13:52:57+02:00
CHANNELMGR-1507 Replace fdescribe/fit with describe/it

- - - - -


1 changed file:

- frontend-ng/src/app/channel/hippoIframe/overlay/overlay.service.spec.js


Changes:

=====================================
frontend-ng/src/app/channel/hippoIframe/overlay/overlay.service.spec.js
=====================================
--- a/frontend-ng/src/app/channel/hippoIframe/overlay/overlay.service.spec.js
+++ b/frontend-ng/src/app/channel/hippoIframe/overlay/overlay.service.spec.js
@@ -191,7 +191,7 @@ describe('OverlayService', () => {
     });
   });
 
-  fit('generates overlay elements', (done) => {
+  it('generates overlay elements', (done) => {
     loadIframeFixture(() => {
       // Total overlay elements
       expect(iframe('.hippo-overlay > 
.hippo-overlay-element').length).toBe(16);
@@ -588,7 +588,7 @@ describe('OverlayService', () => {
     });
   });
 
-  fdescribe('Manage content dial button', () => {
+  describe('Manage content dial button', () => {
     it('returns correct configuration out of config object', () => {
       const config = { // each property should be filled with the method that 
will extract the data from the HST comment
         documentUuid: true,



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

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/873dc3f9a71b04c3562e2a942a67dcc91098e456
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