From 22e7796b83e11bc16d66b19a88a50d0af94a34d0 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 28 Jan 2020 21:16:07 +0000 Subject: [PATCH] syntax error in headful.spec.js --- test/chromium/headful.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chromium/headful.spec.js b/test/chromium/headful.spec.js index 327947ab2a..4aa4b9a574 100644 --- a/test/chromium/headful.spec.js +++ b/test/chromium/headful.spec.js @@ -24,7 +24,7 @@ const mkdtempAsync = util.promisify(fs.mkdtemp); const TMP_FOLDER = path.join(os.tmpdir(), 'pw_tmp_folder-'); -module.exports.describe = function({testRunner, expect, playwright, defaultBrowserOptions, FFOX, CHROMIUM, WEBKIT}) { +module.exports.describe = function({testRunner, expect, playwright, defaultBrowserOptions, FFOX, CHROMIUM, WEBKIT, WIN}) { const {describe, xdescribe, fdescribe} = testRunner; const {it, fit, xit, dit} = testRunner; const {beforeAll, beforeEach, afterAll, afterEach} = testRunner;