From 6c89ab12851d0dcc1425cd2c6e6ce4f48afb20c2 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 18 Feb 2020 20:02:36 -0800 Subject: [PATCH] oops --- test/navigation.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/navigation.spec.js b/test/navigation.spec.js index 752c9d705f..3c94b42b94 100644 --- a/test/navigation.spec.js +++ b/test/navigation.spec.js @@ -413,7 +413,6 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF frame._page.waitForRequest(server.PREFIX + suffix), ]) } - frame.setContent let responses = {}; // Hold on to a bunch of requests without answering. server.setRoute('/fetch-request-a.js', (req, res) => responses.a = res);