Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
deandre committed Jan 10, 2025
1 parent c0d25de commit 2bb0156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/troubleshooting/faq/why-tests-show-as-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ If **any** of these elements change—file name, `describe` block name, or `it`
To prevent tests from showing as new unintentionally:

- **Keep naming consistent**: Avoid renaming files, `describe` blocks, or `it` blocks unless necessary.
- **Refactor carefully**: If changes are needed, be aware that the story name will change, and Chromatic will treat it as a new story.
- **Refactor carefully**: If changes are needed, be aware that the story name will change, and Chromatic will treat it as new.
- **Review build diffs**: If a test appears as new, check whether the naming structure has been altered.

0 comments on commit 2bb0156

Please sign in to comment.