Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Graham committed Nov 27, 2024
1 parent f5bde31 commit 9065a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const meta = {
} satisfies Meta<typeof Button>;
```
To assist in debugging and writing tests, we've also integrated this with the Interactions UI within Storybook -- giving you insight _when_ your screenshots will be taken, and allowing you to replay the history up to those points.
To assist in debugging and writing tests, we've also integrated this with the Interactions UI in Storybook -- giving you insight _when_ your screenshots will be taken, and allowing you to replay the history up to those points.
<div className="text--center">
<img src={useBaseUrl('/img/sauce-visual/storybook-interaction-tests.png')} alt="Visual assertions in the Interactions UI"/>
Expand Down

0 comments on commit 9065a4d

Please sign in to comment.