Skip to content

Commit

Permalink
Don't track loading spinner by Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyKoblinski authored Dec 20, 2023
1 parent ffea563 commit 7aaa114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Loading/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Loading: FC<LoadingProps> = ({
style,
title,
}: LoadingProps): ReactElement<LoadingProps> => (
<StyledContainer aria-label={title} data-testid="loading" style={style}>
<StyledContainer aria-label={title} data-chromatic="ignore" data-testid="loading" style={style}>
<CircularProgress
size={24}
thickness={4.5}
Expand Down

0 comments on commit 7aaa114

Please sign in to comment.