Skip to content

Commit 683dfd7

Browse files
committed
[test-chromatic] try with state in classname
1 parent 5b9f7c8 commit 683dfd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__docs__/wonder-blocks-tabs/navigation-tabs-variants.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ const createPseudoStatesDecorator = (state: string) => (Story: StoryFn) => {
174174
const timer = setTimeout(() => {
175175
document?.querySelectorAll("a").forEach((a) => {
176176
a.classList.add(`pseudo-${state}`);
177+
a.classList.add(`pseudo-state-${state}`);
177178
});
178179
}, 200);
179180
return () => clearTimeout(timer);

0 commit comments

Comments
 (0)