Skip to content

Commit

Permalink
fix: use correct storybook@1 plugin name
Browse files Browse the repository at this point in the history
Was broken at 843335f
  • Loading branch information
KuznetsovRoman authored Jun 10, 2024
1 parent 26086d3 commit e8a2822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const TESTPLANE_TEST_REPEATER = "@testplane/test-repeater";
export const TESTPLANE_RETRY_COMMAND = "@testplane/retry-command";
export const TESTPLANE_SAFARI_COMMANDS = "@testplane/safari-commands";
export const TESTPLANE_RETRY_PROGRESSIVE = "@testplane/retry-progressive";
export const TESTPLANE_STORYBOOK = "@testplane/storybook/plugin";
export const TESTPLANE_STORYBOOK = "@testplane/storybook";
export const TESTPLANE_PROFILER = "@testplane/profiler";
export const TESTPLANE_HEADLESS_CHROME = "@testplane/headless-chrome";
export const TESTPLANE_URL_DECORATOR = "@testplane/url-decorator";
Expand Down

0 comments on commit e8a2822

Please sign in to comment.