-
Notifications
You must be signed in to change notification settings - Fork 160
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
[tests] fix e2e-storybook tests #12085
[tests] fix e2e-storybook tests #12085
Conversation
✅ Deploy Preview for ibm-dotcom-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploy preview created for package Built with commit: 413dce0cb6785bfd445fb6737e4e6effb8e57a25 |
Deploy preview created for package Built with commit: 413dce0cb6785bfd445fb6737e4e6effb8e57a25 |
✅ Deploy Preview for ibm-dotcom-web-components-react-wrap ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
There's a lot of tests we've updated to skip
- Many seem to be "did it render right?" kinds of tests, which we should probably just delete to let Percy handle them, but the TOC, for example, has some functional tests skipped.
Other than that it's basically all license, formatting and prefix updates.
Description
The e2e-storybook tests have been failing for quite awhile. The tests do not appear to have been updated for v2. In many cases, the tests are using the old v1 prefixes.
The goal here is:
Changelog
Changed