Skip to content

Commit 71419d4

Browse files
committed
chore(react): update screen.md file to last english version chromaui#3
1 parent 7e78e21 commit 71419d4

File tree

2 files changed

+369
-82
lines changed

2 files changed

+369
-82
lines changed

content/intro-to-storybook/react/en/screen.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ yarn test-storybook --watch
440440
```
441441

442442
<div class="aside">
443-
💡 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.
443+
💡 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.
444444
<br />
445445
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.
446446
</div>
@@ -451,8 +451,7 @@ Success! Now we have a tool that helps us verify whether all our stories are ren
451451

452452
## Component-Driven Development
453453

454-
We started from the bottom with `Task`, then progressed to `TaskList`, and now we’re here with a whole screen UI. Our `InboxScreen`
455-
accommodates connected components and includes accompanying stories.
454+
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.
456455

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

0 commit comments

Comments
 (0)