Ignore tooltips in Chromatic

This commit is contained in:
Gert Hengeveld 2022-07-06 21:43:48 +02:00
parent c70361fa25
commit 74ce82c950

View File

@ -129,7 +129,10 @@ export const Subnav: React.FC<SubnavProps> = ({
<StyledSeparator />
<WithTooltip hasChrome={false} tooltip={<Note note="Go to start" />}>
<WithTooltip
hasChrome={false}
tooltip={<Note note="Go to start" data-chromatic="ignore" />}
>
<RewindButton
aria-label="Go to start"
containsIcon
@ -140,7 +143,10 @@ export const Subnav: React.FC<SubnavProps> = ({
</RewindButton>
</WithTooltip>
<WithTooltip hasChrome={false} tooltip={<Note note="Go back" />}>
<WithTooltip
hasChrome={false}
tooltip={<Note note="Go back" data-chromatic="ignore" />}
>
<StyledIconButton
aria-label="Go back"
containsIcon
@ -151,7 +157,10 @@ export const Subnav: React.FC<SubnavProps> = ({
</StyledIconButton>
</WithTooltip>
<WithTooltip hasChrome={false} tooltip={<Note note="Go forward" />}>
<WithTooltip
hasChrome={false}
tooltip={<Note note="Go forward" data-chromatic="ignore" />}
>
<StyledIconButton
aria-label="Go forward"
containsIcon
@ -162,7 +171,10 @@ export const Subnav: React.FC<SubnavProps> = ({
</StyledIconButton>
</WithTooltip>
<WithTooltip hasChrome={false} tooltip={<Note note="Go to end" />}>
<WithTooltip
hasChrome={false}
tooltip={<Note note="Go to end" data-chromatic="ignore" />}
>
<StyledIconButton
aria-label="Go to end"
containsIcon
@ -173,7 +185,7 @@ export const Subnav: React.FC<SubnavProps> = ({
</StyledIconButton>
</WithTooltip>
<WithTooltip hasChrome={false} tooltip={<Note note="Rerun" />}>
<WithTooltip hasChrome={false} tooltip={<Note note="Rerun" data-chromatic="ignore" />}>
<RerunButton
aria-label="Rerun"
containsIcon