Skip to content

Commit

Permalink
add a few faqs back which were lost in restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Aug 23, 2024
1 parent 8cb3746 commit 9368294
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/content/storybook/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,11 @@ Interactions run as soon as the DOM loads. But external resources like web fonts
We recommend [preloading fonts](/docs/font-loading) to ensure they're available when the DOM renders. If preloading is not possible, try adding a [delay before running interactions](/docs/delay#use-an-assertion-to-delay-snapshot-capture).

</details>

<details>

<summary>What happens when an interaction test fails?</summary>

When interaction tests fail, the story will be badged with “Failed test.” You will not be able to “pass” a build that has failed tests. Fix interaction tests in Storybook and run the build again.

</details>
7 changes: 7 additions & 0 deletions src/content/storybook/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,10 @@ If styles are not rendering correctly, there could be several reasons behind tha
If you have additional questions, use our **in-app chat** to contact or email us at [[email protected]](mailto:[email protected]).

</details>

<details>
<summary>What is my build failing with component errors?</summary>

When a story fails to render it will be badged with “Component Error”. You will not be able to “pass” a build that has component errors. Fix story errors in Storybook and run the build again.

</details>

0 comments on commit 9368294

Please sign in to comment.