Skip to content

Commit e52d775

Browse files
Update section title and clarify WebSocket testing setup
Clarified the section title and improved the explanation for the WebSocket-controlled testing setup.
1 parent 1cdf151 commit e52d775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/intro/configuration/storybook-ui-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ const StorybookUIRoot = view.getStorybookUI({
494494
});
495495
```
496496

497-
### Testing Setup (WebSocket-controlled)
497+
### WebSocket-controlled Testing Setup
498498

499-
If you're using the `withStorybook` wrapper with `websockets: 'auto'`, you only need to disable the on-device UI the WebSocket connection is already configured:
499+
This option is for testing tools such as Chromatic, enabling the tool to drive the UI via WebSockets. If you're using the `withStorybook` wrapper with `websockets: 'auto'`, you only need to disable the on-device UI since the WebSocket connection is already configured:
500500

501501
```ts
502502
import { view } from './storybook.requires';

0 commit comments

Comments
 (0)