From f3962b33a8b4d3f67dd6ca62ad4f4c1d9e56a4aa Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Wed, 15 Jun 2022 14:19:39 +0100 Subject: [PATCH] Merge pull request #18483 from alexguja/patch-1 Update test-runner.md --- docs/writing-tests/test-runner.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/writing-tests/test-runner.md b/docs/writing-tests/test-runner.md index 5502adfbcd15..1940f87630c0 100644 --- a/docs/writing-tests/test-runner.md +++ b/docs/writing-tests/test-runner.md @@ -43,8 +43,9 @@ Start your Storybook with: @@ -302,4 +303,4 @@ As the test runner is based on Playwright, you might need to use specific docker - [Accessibility tests](./accessibility-testing.md) for accessibility - [Interaction tests](./interaction-testing.md) for user behavior simulation - [Snapshot tests](./snapshot-testing.md) for rendering errors and warnings -- [Import stories in other tests](./importing-stories-in-tests.md) for other tools \ No newline at end of file +- [Import stories in other tests](./importing-stories-in-tests.md) for other tools