You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need more comprehensive test coverage for components which have a variety of props and/or possible prop values, or internal state and complex behavior. The goal is to establish snapshots to cover the various classes which can be applied to a component, and to verify correct behavior when the user is interacting with a component. These tests should follow our testing guidelines.
A few examples of the components which need coverage are:
Closing this issue. The design team is doing housekeeping against our issues and closing items without much recent activity. Feel free to reopen if you still have issues or feel this is in error.
We need more comprehensive test coverage for components which have a variety of props and/or possible prop values, or internal state and complex behavior. The goal is to establish snapshots to cover the various classes which can be applied to a component, and to verify correct behavior when the user is interacting with a component. These tests should follow our testing guidelines.
A few examples of the components which need coverage are:
paddingSize
prop, which is missing frompropTypes
) Add test coverage for EuiBottomBar. #186The text was updated successfully, but these errors were encountered: