-
Notifications
You must be signed in to change notification settings - Fork 362
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: SearchDetails Pivot bug [ET-632] #9656
Conversation
✅ Deploy Preview for determined-ui 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.
\o/
the unit test failed |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9656 +/- ##
==========================================
- Coverage 53.21% 48.44% -4.78%
==========================================
Files 1254 931 -323
Lines 152531 123395 -29136
Branches 3240 3216 -24
==========================================
- Hits 81171 59777 -21394
+ Misses 71209 63466 -7743
- Partials 151 152 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
probably its a good idea to write the reason why removing the test file. |
fixing this bug revealed that the test cases were only passing in a situation where there was no experiment fetched. When we do have an experiment, tests then need to correctly render created ET-634 and ET-635 to capture additional unit testing. |
Ticket
ET-632
Description
Refreshing Search Details page displays Pivot options with an incorrect left offset:
![Screenshot 2024-07-15 at 3 16 33 PM](https://private-user-images.githubusercontent.com/97752292/348828205-47d7b21e-9169-423f-9e17-8d0764c698ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3OTgyMTMsIm5iZiI6MTczOTc5NzkxMywicGF0aCI6Ii85Nzc1MjI5Mi8zNDg4MjgyMDUtNDdkN2IyMWUtOTE2OS00MjNmLTllMTctOGQwNzY0YzY5OGVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDEzMTE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTczNTA1N2YwZDQzNWQwNjIyMWRiZDZkN2NhOTVjM2FkMTM3MzgyNjhmNWRiNGY1MzY3M2JiNTIwM2EyNTI3MTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8H8ZTo-D2F9-a9YXrsY6Dgd5bZ6J9ZouutGLXxVcln0)
Test Plan
Refresh a Search Details page. Should display all Pivot options in correct position, without cutting off or obscuring any of them:
Checklist
docs/release-notes/
See Release Note for details.