-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Swap Fleet Server tabs to EuiButtonGroup
#132274
[Fleet] Swap Fleet Server tabs to EuiButtonGroup
#132274
Conversation
Pinging @elastic/fleet (Team:Fleet) |
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.
Looks good to me!
@@ -80,6 +80,11 @@ describe('Fleet startup', () => { | |||
cy.getBySel('fleetServerFlyoutTab-advanced').click(); | |||
cy.getBySel('createFleetServerPolicyBtn').click(); | |||
|
|||
// Wait until the success callout is shown before navigating away |
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.
I'm not really sure how these cypress tests were working before these changes, but they should be good now.
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @kpollich |
Summary
Fixes #130888
Convert
EuiTabs
UI in Fleet Server instructions/flyout toEuiButtonGroup
to avoid "double tab" layout issue.