chore: error in _community e2e

This commit is contained in:
James
2024-03-12 10:02:45 -04:00
parent dd6d08d61d
commit a86c1b7cd3

View File

@@ -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