-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
test(e2e): add proper tags to avt tests #14915
test(e2e): add proper tags to avt tests #14915
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements 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.
LGTM, seems like a few tests are timing out 🤔 Not sure why this change would cause that, so seems unrelated
…595-partial-avt-tags
Yeah I just resolved the conflicts and retested locally and everything passes fine. I think CI should pass 🤞 |
@tay1orjones a few merge conflicts to resolve here |
Conflicts resolved. I also added a change to shard the AVT tests to prevent the timeout failures we've been seeing due to the increased load of |
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.
🎉
…595-partial-avt-tags
* test(e2e): add proper tags to avt tests * ci(avt): shard avt tests * fix: typo * test(config): increase playwright expect timeout * test(playwright): increase timeout config * test(progressindicator): update to use proper tags * test(progressindicator): correct focus order --------- Co-authored-by: Andrea N. Cardona <[email protected]> Co-authored-by: Alison Joseph <[email protected]> Co-authored-by: TJ Egan <[email protected]>
Closes #14595
Related to #14913
This updates test files to use the proper avt tags within test titles.
Changelog
New
*-test.avt.e2e.js
test files for components that didn't have their avt tests separated out into this separate file yetChanged
Testing / Reviewing