Skip to content

Commit

Permalink
Fix e2e storybook (#68307)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: yogeshbhutkar <[email protected]>
  • Loading branch information
4 people authored Dec 26, 2024
1 parent 4ad26e1 commit d1c9d76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/storybook-playwright/storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const baseConfig = require( '../../../storybook/main' );

const config = {
...baseConfig,
addons: [ '@storybook/addon-toolbars' ],
addons: [
'@storybook/addon-toolbars',
'@storybook/addon-webpack5-compiler-babel',
],
docs: undefined,
staticDirs: undefined,
stories: [
Expand Down

1 comment on commit d1c9d76

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d1c9d76.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12503866399
📝 Reported issues:

Please sign in to comment.