From 832840389fd0cacda578fbebbf3019ae691a21aa Mon Sep 17 00:00:00 2001 From: Dzmitry Lemechko Date: Mon, 9 Mar 2020 17:21:45 +0300 Subject: [PATCH] unskip tests for code coverage --- test/functional/apps/management/_scripted_fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/management/_scripted_fields.js b/test/functional/apps/management/_scripted_fields.js index b1a14cd18f557..65291c3c4772c 100644 --- a/test/functional/apps/management/_scripted_fields.js +++ b/test/functional/apps/management/_scripted_fields.js @@ -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);