From bb01d99458d842c283ba12dab24ca4541dcf4149 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 27 Jan 2023 11:09:40 -0800 Subject: [PATCH] test: enable "intercept css variable with url" (#20455) Fixes #19158 --- tests/page/page-request-continue.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/page/page-request-continue.spec.ts b/tests/page/page-request-continue.spec.ts index 81aae9f9cb..ccf362e858 100644 --- a/tests/page/page-request-continue.spec.ts +++ b/tests/page/page-request-continue.spec.ts @@ -375,8 +375,7 @@ it('should continue preload link requests', async ({ page, server, browserName } expect(color).toBe('rgb(255, 192, 203)'); }); -it('should intercept css variable with background url', async ({ page, server, browserName }) => { - it.fixme(browserName === 'webkit'); +it('should intercept css variable with background url', async ({ page, server }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/19158' }); server.setRoute('/test.html', (request, response) => {