From 3af53a70d043c5952ab565c37ef7c6154bad7b58 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 24 Sep 2024 16:20:18 -0700 Subject: [PATCH] add issue annotation --- tests/playwright-test/ui-mode-test-run.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/playwright-test/ui-mode-test-run.spec.ts b/tests/playwright-test/ui-mode-test-run.spec.ts index e97126792a..6b38f380f6 100644 --- a/tests/playwright-test/ui-mode-test-run.spec.ts +++ b/tests/playwright-test/ui-mode-test-run.spec.ts @@ -445,7 +445,9 @@ test('should show proper total when using deps', async ({ runUITest }) => { await expect(page.getByTestId('status-line')).toHaveText('2/2 passed (100%)'); }); -test('should respect --tsconfig option', async ({ runUITest }) => { +test('should respect --tsconfig option', { + annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32797' } +},async ({ runUITest }) => { const { page } = await runUITest({ 'playwright.config.ts': ` import { foo } from '~/foo';