From 812d7eefe9333cf286fff55e4015879cf77e340e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 11 Aug 2020 13:59:23 -0700 Subject: [PATCH] feat(webkit): bump to 1325 (#3388) --- browsers.json | 2 +- test/screencast.spec.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/browsers.json b/browsers.json index 5715255fa5..ac21d351dd 100644 --- a/browsers.json +++ b/browsers.json @@ -13,7 +13,7 @@ }, { "name": "webkit", - "revision": "1324", + "revision": "1325", "download": true } ] diff --git a/test/screencast.spec.js b/test/screencast.spec.js index e4a58d4bde..25f7baf6e0 100644 --- a/test/screencast.spec.js +++ b/test/screencast.spec.js @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +require('./base.fixture'); const fs = require('fs'); const os = require('os');