From 5c7718b9a75eb65c465e67fa6ae1923c56cd814f Mon Sep 17 00:00:00 2001 From: Kendall Gassner Date: Mon, 27 Jan 2025 15:19:46 -0800 Subject: [PATCH] remove parantheses from file names --- e2e/components/Axe.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e2e/components/Axe.test.ts b/e2e/components/Axe.test.ts index d64d7a78329..41399bc12a4 100644 --- a/e2e/components/Axe.test.ts +++ b/e2e/components/Axe.test.ts @@ -13,10 +13,12 @@ const {entries} = componentsConfig test.describe('@aat', () => { for (const [id, entry] of Object.entries(entries as Record)) { const {name} = entry + // remove parentheses from the name to avoid playwright file issues + const cleanedName = name.replaceAll(/()/g, '') test.describe(id, () => { for (const theme of themes) { test.describe(theme, () => { - test(name, async ({page}) => { + test(cleanedName, async ({page}) => { await visit(page, { id, globals: {