From 004c9dedaeba9ac74e8d97b8f3472d937a31cdde Mon Sep 17 00:00:00 2001 From: nikni Date: Sat, 5 Jan 2019 18:49:36 +0100 Subject: [PATCH] Removing fdescribe --- src/lib/src/components/step/joyride-step.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/src/components/step/joyride-step.component.spec.ts b/src/lib/src/components/step/joyride-step.component.spec.ts index 38c344de..7269cdaf 100644 --- a/src/lib/src/components/step/joyride-step.component.spec.ts +++ b/src/lib/src/components/step/joyride-step.component.spec.ts @@ -525,7 +525,7 @@ describe('JoyrideStepComponent', () => { }); }); - fdescribe('adjust TOP Position', () => { + describe('adjust TOP Position', () => { it('should prevent to draw the step outside setting topPosition to DEFAULT_DISTANCE_FROM_MARGIN_TOP when the step position is right', () => { const targetHeight = 50; let elemRef = new FakeElementRef(19, targetHeight);