diff --git a/tests/e2e/demo-components-compare.spec.ts b/tests/e2e/demo-components-compare.spec.ts index 89e1d59026..2ae719fe67 100644 --- a/tests/e2e/demo-components-compare.spec.ts +++ b/tests/e2e/demo-components-compare.spec.ts @@ -98,7 +98,7 @@ const testConfigs: TestConfig[] = [ ]; // Disable web-twig tests for now on CI, because we don't have a way to run them in CI yet. -if (isTestingEnvironment()) { +if (!isTestingEnvironment()) { testConfigs.push({ componentsDir: '/components', packageDir: 'packages/web-twig',