From 701987a0dd83ed89b656f7924950189d8662cbe7 Mon Sep 17 00:00:00 2001 From: Anveshreddy mekala Date: Wed, 29 May 2024 12:34:12 -0500 Subject: [PATCH] test(navigation-logo): use sub-component token for theming test (#9444) **Related Issue:** # ## Summary Updates theming test to use sub-component token as targetProp in `navigation-logo` component. --- .../src/components/navigation-logo/navigation-logo.e2e.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/calcite-components/src/components/navigation-logo/navigation-logo.e2e.ts b/packages/calcite-components/src/components/navigation-logo/navigation-logo.e2e.ts index 76ac20cfa0c..6b826b2ac9a 100755 --- a/packages/calcite-components/src/components/navigation-logo/navigation-logo.e2e.ts +++ b/packages/calcite-components/src/components/navigation-logo/navigation-logo.e2e.ts @@ -95,8 +95,8 @@ describe("calcite-navigation-logo", () => { targetProp: "color", }, "--calcite-navigation-logo-icon-color": { - shadowSelector: `.${CSS.icon}`, - targetProp: "color", + shadowSelector: `calcite-icon`, + targetProp: "--calcite-icon-color", }, "--calcite-navigation-logo-text-color": { shadowSelector: `.${CSS.icon}`,