Skip to content

Commit

Permalink
unskip tests for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Mar 9, 2020
1 parent 92cc04c commit 8328403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_scripted_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function({ getService, getPageObjects }) {
]);

describe('scripted fields', function() {
this.tags(['skipFirefox', 'skipCoverage']);
this.tags(['skipFirefox']);

before(async function() {
await browser.setWindowSize(1200, 800);
Expand Down

0 comments on commit 8328403

Please sign in to comment.