fix: Use new requestId for interception request matching (#4248)

Fix #3471
This commit is contained in:
Joseph Arhar
2019-04-08 14:17:57 -07:00
committed by Andrey Lushnikov
parent 9d31068225
commit fd0f58e9c2
2 changed files with 9 additions and 51 deletions

View File

@@ -412,7 +412,7 @@ module.exports.addTests = function({testRunner, expect, CHROME}) {
]);
});
// @see https://github.com/GoogleChrome/puppeteer/issues/3973
xit('should work when header manipulation headers with redirect', async({page, server}) => {
it('should work when header manipulation headers with redirect', async({page, server}) => {
server.setRedirect('/rrredirect', '/empty.html');
await page.setRequestInterception(true);
page.on('request', request => {