Skip to content

Commit

Permalink
Remove fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jun 24, 2020
1 parent 516bf3d commit 659d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/datepicker/datepicker.e2e-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ describe('Datepicker Legend Tests', () => {
}
});

fdescribe('Datepicker Change Event Tests', () => {
describe('Datepicker Change Event Tests', () => {
beforeEach(async () => {
await utils.setPage('/components/datepicker/test-change-event?layout=nofrills');
});
Expand Down

0 comments on commit 659d1cd

Please sign in to comment.