From a86c1b7cd3cbb3528fd5473d42a2195d6d1d2b6a Mon Sep 17 00:00:00 2001 From: James Date: Tue, 12 Mar 2024 10:02:45 -0400 Subject: [PATCH] chore: error in _community e2e --- test/_community/e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_community/e2e.spec.ts b/test/_community/e2e.spec.ts index 496817309..47bd6feae 100644 --- a/test/_community/e2e.spec.ts +++ b/test/_community/e2e.spec.ts @@ -12,7 +12,7 @@ import config from './config.js' const filename = fileURLToPath(import.meta.url) const dirname = path.dirname(filename) -describe('Admin Panel', () => { +test.describe('Admin Panel', () => { let page: Page let url: AdminUrlUtil