From 7f46a0980c9e074f278d6bc2db369d7cd65ef541 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sun, 26 Jan 2020 13:50:50 -0800 Subject: [PATCH] feat(webkit): roll to r1011 (#659) This roll fixes flakiness for the `Interception.setOfflineMode should work` test. Follow-up to #656. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64a05513a9..1befbb03b1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "playwright": { "chromium_revision": "733125", "firefox_revision": "1018", - "webkit_revision": "1112" + "webkit_revision": "1113" }, "scripts": { "unit": "node test/test.js",