-
Notifications
You must be signed in to change notification settings - Fork 139
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
Investigate resize event testing #640
Comments
@matthewgallo could you add this issue to all of the relevant component Epics? I wonder if that could be a way to track that it gets done for each? Or do you think we need separate issues? |
We still have not found a solution for this as there aren't any specific guidelines around testing |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Suggest we move this back to new issues and discuss during backlog since the need to look into testing may still be relevant, but |
Should add some tests for the hook that Lee wrote in #2912 |
@Ratheeshrajan are you interested in working on some testing items? |
What will this achieve?
Several components use
ReactResizeDetector
which has an onResize prop. This needs to be tested for each component that has this resize event listener.Adding this to a test only triggers a resize event on the window, but does not call the
onResize
prop from the resize detector component.The text was updated successfully, but these errors were encountered: