-
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
fix(ai-label): avt tests from slow to regular #17394
fix(ai-label): avt tests from slow to regular #17394
Conversation
✅ 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!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17394 +/- ##
=======================================
Coverage 76.82% 76.82%
=======================================
Files 408 408
Lines 13973 13973
Branches 4341 4289 -52
=======================================
Hits 10735 10735
- Misses 3064 3065 +1
+ Partials 174 173 -1 ☔ View full report in Codecov by Sentry. |
494e28c
…7394) Co-authored-by: Gururaj J <[email protected]>
Closes #
the slow should not be needed here and removing it fixes a website issue where the accessibility tab shows "advanced states" not tested. Removing the slow adds them to the playwright .json output and will update the website information so the "advanced states" will display tested
Changelog
Changed
.slow
from ai-label testsTesting / Reviewing
make sure testing still passes consistently