Update interception.spec.js
This commit is contained in:
parent
36c403cb5c
commit
8041a1bce3
|
|
@ -572,7 +572,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p
|
||||||
await page.setRequestInterception(false);
|
await page.setRequestInterception(false);
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
const response = await page.goto(server.CROSS_PROCESS_PREFIX + '/empty.html');
|
const response = await page.goto(server.CROSS_PROCESS_PREFIX + '/empty.html');
|
||||||
expect(intercepted).toBe(true);
|
expect(intercepted).toBe(true);
|
||||||
expect(response.status()).toBe(200);
|
expect(response.status()).toBe(200);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue