-
Notifications
You must be signed in to change notification settings - Fork 919
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 Run button position when datepicker is not visible #7935
Fix Run button position when datepicker is not visible #7935
Conversation
Signed-off-by: Suchit Sahoo <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7935 +/- ##
=======================================
Coverage 64.33% 64.33%
=======================================
Files 3676 3677 +1
Lines 81196 81204 +8
Branches 12944 12945 +1
=======================================
+ Hits 52235 52243 +8
+ Misses 25751 25749 -2
- Partials 3210 3212 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Nice, i love it when the PR simplifies the logic even when the permutations increase.
Signed-off-by: Suchit Sahoo <[email protected]> (cherry picked from commit e5c125d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit e5c125d) Signed-off-by: Suchit Sahoo <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fix the Run button placement when no date picker was being shown.
Issues Resolved
Screenshot
Case1: When QE is OFF and New Home Page is OFF
Without date picker
With date Picker
Case2 : When QE Is OFF and New Home Page is ON
Without date picker
With date picker
Case 3: When QE is ON and New Home Page is ON
Without date picker
With date picker
Case 4: When QE is ON and New Home Page is OFF
Without Date picker
With date Picker
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration