diff --git a/src/test/e2e/api/admin/playground.e2e.test.ts b/src/test/e2e/api/admin/playground.e2e.test.ts index 3844c08423..9a32a53e2f 100644 --- a/src/test/e2e/api/admin/playground.e2e.test.ts +++ b/src/test/e2e/api/admin/playground.e2e.test.ts @@ -255,8 +255,8 @@ describe('Playground API E2E', () => { if (features.length !== body.features.length) { const [longer, shorter]: [ - ClientFeatureSchema[], - ClientFeatureSchema[], + { name: string }[], + { name: string }[], ] = features.length > body.features.length ? [features, body.features]