Skip to content

Commit

Permalink
Merge pull request #27002 from storybookjs/fix-playwright-portable-st…
Browse files Browse the repository at this point in the history
…ories-docs

Docs: Fix typo in playwright portable stories snippet
  • Loading branch information
kylegach authored May 1, 2024
2 parents bf6a671 + 7b8d076 commit 1ef9050
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 1ef9050

Please sign in to comment.