mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: Use new requestId for interception request matching (#4248)
Fix #3471
This commit is contained in:
committed by
Andrey Lushnikov
parent
9d31068225
commit
fd0f58e9c2
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user