Skip to content

Commit

Permalink
test(pie-tag): PEW-109 test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dandel10n committed Feb 20, 2025
1 parent fcca677 commit 9c066e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/pie-tag/test/component/pie-tag.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ variantsToIsStrongStyle.forEach(({ variantName, bgStyle }) => {

// Act
const tagComponent = page.locator(tag.selectors.container.dataTestId, { hasText: 'Label' });
const [currentBgStyle, expectedBgStyle] = await getShadowElementStylePropValues(tagComponent, componentSelector, ['--bg-color', bgStyle]);
const [currentBgStyle, expectedBgStyle] = await getShadowElementStylePropValues(tagComponent, componentSelector, ['--mixin-bg-color', bgStyle]);

// Assert
expect(currentBgStyle).toBe(expectedBgStyle);
Expand Down

0 comments on commit 9c066e3

Please sign in to comment.