From 1ab403077d64a98bb87a7b847942acab5e50e11d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 4 Oct 2024 12:33:42 +0200 Subject: [PATCH] remove newline --- tests/components/ct-vue-vite/tests/slots/slots.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/components/ct-vue-vite/tests/slots/slots.spec.js b/tests/components/ct-vue-vite/tests/slots/slots.spec.js index a91199cf78..7d36d9733b 100644 --- a/tests/components/ct-vue-vite/tests/slots/slots.spec.js +++ b/tests/components/ct-vue-vite/tests/slots/slots.spec.js @@ -51,7 +51,6 @@ test('render a component with a named slot', async ({ mount }) => { await expect(component).toContainText('Footer'); }); - test('updating default slot should work', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32809' } }, async ({ mount }) => { const slots = { default: 'foo' };