From ab64a0e451bcbebfc3472c5876c9c00487b32764 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 26 Nov 2024 12:24:34 +0100 Subject: [PATCH] annotate --- tests/playwright-test/ui-mode-trace.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/ui-mode-trace.spec.ts b/tests/playwright-test/ui-mode-trace.spec.ts index 863a283d2f..9a4ff3747c 100644 --- a/tests/playwright-test/ui-mode-trace.spec.ts +++ b/tests/playwright-test/ui-mode-trace.spec.ts @@ -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';