This commit is contained in:
Simon Knott 2024-11-26 12:24:34 +01:00
parent d9b2168172
commit ab64a0e451
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -343,7 +343,7 @@ test('should show request source context id', async ({ runUITest, server }) => {
await expect(page.getByText('api#1')).toBeVisible();
});
test('should work behind proxy', async ({ runUITest }, testInfo) => {
test('should work behind proxy', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/33705' } }, async ({ runUITest }, testInfo) => {
const { page } = await runUITest({
'a.test.ts': `
import { test, expect } from '@playwright/test';