Skip to content

Commit

Permalink
Fix typo in playwright portable stories snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed May 1, 2024
1 parent 0bf9744 commit 7b8d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/portable-stories-playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ If your stories behave differently based on [globals](../essentials/toolbars-and

```tsx
// Button.portable.ts
import { test } from 'vitest';
import { test } from 'playwright';
import { render } from '@testing-library/react';
import { composeStory } from '@storybook/react';

Expand Down

0 comments on commit 7b8d076

Please sign in to comment.