Skip to content

Commit

Permalink
Removing fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
tnicola committed Jan 5, 2019
1 parent 8adf8e2 commit 004c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/components/step/joyride-step.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 004c9de

Please sign in to comment.