Skip to content

Commit

Permalink
chore(react): update screen.md file to last english version chromaui#3
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviermarchal committed Jun 11, 2023
1 parent 7e78e21 commit 71419d4
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 82 deletions.
5 changes: 2 additions & 3 deletions content/intro-to-storybook/react/en/screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ yarn test-storybook --watch
```

<div class="aside">
💡 Interaction testing with the play function is a fantastic way to test your UI components. It can do much more than we've seen here; we recommend reading the <a href="https://storybook.js.org/docs/react/writing-tests/interaction-testing">official documentation</a> to learn more about it.
💡 Interaction testing with the play function is a fantastic way to test your UI components. It can do much more than we've seen here; we recommend reading the <a href="https://storybook.js.org/docs/react/writing-tests/interaction-testing">official documentation</a> to learn more about it.
<br />
For an even deeper dive into testing, check out the <a href="/ui-testing-handbook">Testing Handbook</a>. It covers testing strategies used by scaled-front-end teams to supercharge your development workflow.
</div>
Expand All @@ -451,8 +451,7 @@ Success! Now we have a tool that helps us verify whether all our stories are ren

## Component-Driven Development

We started from the bottom with `Task`, then progressed to `TaskList`, and now we’re here with a whole screen UI. Our `InboxScreen`
accommodates connected components and includes accompanying stories.
We started from the bottom with `Task`, then progressed to `TaskList`, and now we’re here with a whole screen UI. Our `InboxScreen` accommodates connected components and includes accompanying stories.

<video autoPlay muted playsInline loop style="width:480px; height:auto; margin: 0 auto;">
<source
Expand Down
Loading

0 comments on commit 71419d4

Please sign in to comment.