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