chore: add comment to explain origin of test (#7398)

This commit is contained in:
Jan Scheffler 2021-09-14 18:56:09 +02:00 committed by GitHub
parent af2b5fca12
commit 1d0fc459c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ describe('request interception', function () {
expect(response.ok()).toBe(true);
expect(response.remoteAddress().port).toBe(server.PORT);
});
// @see https://github.com/puppeteer/puppeteer/pull/3105
it('should work when POST is redirected with 302', async () => {
const { page, server } = getTestState();