From d112ae6c4f391dc73a04571c48c9eadf14439608 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 1 Aug 2024 11:39:14 -0700 Subject: [PATCH] fix lint --- tests/playwright-test/playwright.trace.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/playwright.trace.spec.ts b/tests/playwright-test/playwright.trace.spec.ts index f2eaec1742..7433d74466 100644 --- a/tests/playwright-test/playwright.trace.spec.ts +++ b/tests/playwright-test/playwright.trace.spec.ts @@ -1198,7 +1198,7 @@ test('expect during fetch', async ({ page, server }) => { }); test('should not nest top level expect into unfinished api calls ', { - annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31959'} + annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31959' } }, async ({ runInlineTest, server }) => { server.setRoute('/index', (req, res) => { res.writeHead(200, { 'Content-Type': 'text/html' });