-
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
[controls] Refactor control group settings functional tests #190999
Conversation
/ci |
1 similar comment
/ci |
/ci |
Pinging @elastic/kibana-presentation (Team:Presentation) |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Test changes LGTM! Looked through the tests to ensure that all test coverage was retained. Great to see functional tests get converted into unit tests, and great to see the reduction in CI time.
@@ -46,21 +46,15 @@ const CONTROL_LAYOUT_OPTIONS = [ | |||
}, | |||
]; | |||
|
|||
interface EditControlGroupProps { | |||
interface Props { |
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.
nit: if this type isn't exported or used more than once - why not inline it?
Refactor control group settings tests
Before
Tests take 4 minutes to run locally
After
Tests take 1 minute to run locally