From 14deea771f1188a5165d7a36b1916fb876329995 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 31 Oct 2024 12:26:49 -0500 Subject: [PATCH] test: prefix describe with test --- e2e/components/FormControl.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/components/FormControl.test.ts b/e2e/components/FormControl.test.ts index 320076197f0..a01c03c15ce 100644 --- a/e2e/components/FormControl.test.ts +++ b/e2e/components/FormControl.test.ts @@ -67,7 +67,7 @@ const stories = [ test.describe('FormControl', () => { for (const story of stories) { - describe(story.title, () => { + test.describe(story.title, () => { for (const theme of themes) { test.describe(theme, () => { test('default @vrt', async ({page}) => {