-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook Rewrite - Containers #9230
Conversation
…h into storybook-refactor-containers
@@ -1,12 +1,86 @@ | |||
import { storiesOf } from '@storybook/react'; | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big rewrite on this one as it doesn't seem to work at all - broken on latest: https://bbc.github.io/simorgh/?path=/story/containers-cps-social-embed-canonical--default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one 🚀
Part of #9198
Overall change:
Rewrite all stories in the
containers
directory.cross-team
label to this PR if it requires visibility across World Service teamsTesting:
CYPRESS_APP_ENV=local CYPRESS_SMOKE=false yarn test:e2e:interactive
)