-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Testing] Split off HandlerDoesNotLeak.DatePicker into its own UI test #24585
Conversation
…e, renamed Issue24147 to MemoryTests and changed it to take in Text from Entry to determine which Handler to use, Removed Issue22072 as that's now in MemoryTests
…heck DatePicker and WebView. Added automationids in HostApp MemoryTests
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.
If we introduce a leak, what does the test failure look like? I'm not certain the test is "the same", if you revert this commit does it fail?
I'm going to go ahead and merge this for now I realize we have some left over changes on here but we're getting a lot of failures right now on CI We can adjust any findings in a follow up PR that will be incoming soon. |
Description of Change
Split off HandlerDoesNotLeak.DatePicker into its own UI test.
Issues Fixed
fixes #24147