-
Notifications
You must be signed in to change notification settings - Fork 360
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
feat: add e2e tests for multi-sort filter on experiments lista #9992
Conversation
✅ Deploy Preview for determined-ui ready!
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 #9992 +/- ##
==========================================
- Coverage 54.60% 50.56% -4.04%
==========================================
Files 1259 949 -310
Lines 157366 128621 -28745
Branches 3617 3616 -1
==========================================
- Hits 85931 65039 -20892
+ Misses 71302 63449 -7853
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. |
…experimentList.spec.ts
Refactor the getColumnTextValue function in experimentList.spec.ts to simplify the code and improve readability. Update function calls to reflect changes in the function implementation.
Co-authored-by: Ashton G. <ashton.galloway@hpe.com>
1f56b90
to
6e2b1a8
Compare
after the last changes, my local are still passing, so, let's see how the CI env will handle 😅 cc @ashtonG |
cae358d
to
f072890
Compare
Ticket
ET-752
Description
This PR intends to add e2e tests for the multi-sort filter for the experiment list.
Test Plan
run the test
'Multi-sort menu'
test scripts on playwrite.Checklist
docs/release-notes/
See Release Note for details.