add bug reference

This commit is contained in:
Max Schmitt 2024-07-24 11:38:47 +02:00
parent c6d10b840d
commit 8a46c50e80

View file

@ -272,6 +272,7 @@ test.describe('browser', () => {
}], }],
}); });
// TODO: We should investigate why http2 is not supported in WebKit on Linux. // TODO: We should investigate why http2 is not supported in WebKit on Linux.
// https://bugs.webkit.org/show_bug.cgi?id=276990
const expectedProtocol = browserName === 'webkit' && process.platform === 'linux' ? 'http/1.1' : 'h2'; const expectedProtocol = browserName === 'webkit' && process.platform === 'linux' ? 'http/1.1' : 'h2';
{ {
await page.goto(serverURL.replace('localhost', 'local.playwright')); await page.goto(serverURL.replace('localhost', 'local.playwright'));