From 18ae58a9d34e53febfe7da0cb763b6da602e35ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kry=C5=A1p=C3=ADn?= Date: Tue, 10 Sep 2024 15:57:15 +0200 Subject: [PATCH] fixup! Feat(web): Switch Checkbox component to v3 design tokens #DS-1447 --- tests/e2e/demo-components-compare.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',