-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Look&Feel] Revert tooltip addition for navigation menu #7493
[Look&Feel] Revert tooltip addition for navigation menu #7493
Conversation
Signed-off-by: Dan Dong <danieldong51@gmail.com>
Signed-off-by: Dan Dong <danieldong51@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7493 +/- ##
==========================================
- Coverage 64.13% 64.11% -0.02%
==========================================
Files 3616 3616
Lines 78730 78759 +29
Branches 12446 12453 +7
==========================================
+ Hits 50490 50496 +6
- Misses 25187 25206 +19
- Partials 3053 3057 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Dan Dong <danieldong51@gmail.com>
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.
Approving, assuming checks pass/unrelated
@@ -205,4 +206,17 @@ describe('Header', () => { | |||
|
|||
expect(component.find('.header__toggleNavButtonSection').exists()).toBeFalsy(); | |||
}); | |||
|
|||
it('toggles primary navigation menu when clicked', () => { |
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.
was this just for coverage?
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.
Yes
@danieldong51 since this change reverts a change that happened in the same release, we dont need a new changeset file, rather we should either update or remove the old changeset here. |
(cherry picked from commit 5a849b0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 5a849b0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…roject#7493) (cherry picked from commit 5a849b0)
…roject#7493) (cherry picked from commit 5a849b0)
…roject#7493) (cherry picked from commit 5a849b0)
…ation menu (#7524) * [Look&Feel] Revert tooltip addition for navigation menu (#7493) (cherry picked from commit 5a849b0) * Updated functional test Signed-off-by: Dan Dong <danieldong51@gmail.com> --------- Signed-off-by: Dan Dong <danieldong51@gmail.com> Co-authored-by: Viraj Sanghvi <virajs@amazon.com>
…gation menu (#7525) * [Look&Feel] Revert tooltip addition for navigation menu (#7493) (cherry picked from commit 5a849b0) * Updated functional test Signed-off-by: Dan Dong <danieldong51@gmail.com> --------- Signed-off-by: Dan Dong <danieldong51@gmail.com> Co-authored-by: Viraj Sanghvi <virajs@amazon.com>
Description
Reverts addition of EuiTooltip for header menu button, due to bug where tooltip will always pop up when menu is closed or user navigates to another page.
Issues Resolved
#7483
Screenshot
Changelog
Check List
yarn test:jest
yarn test:jest_integration