Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TomRamsey committed Sep 7, 2017
1 parent 50bed43 commit bae5229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyux-spa-visual-tests/src/app/modal/modal.visual-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SkyVisualTest } from '../../../config/utils/visual-test-commands';

import { element, by } from 'protractor';

fdescribe('Modal', () => {
describe('Modal', () => {

it('should match previous modal screenshot', () => {
return SkyVisualTest.setupTest('modal')
Expand Down

0 comments on commit bae5229

Please sign in to comment.