-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] moved FlyoutHeaderAdaptsToMinimumHeight to appium #24294
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Failing on Windows FlyoutHeaderAdaptsToMinimumHeight
at Microsoft.Maui.TestCases.Tests.Issues.Issue24284.FlyoutHeaderAdaptsToMinimumHeight() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24284.cs:line 18
It's a little tricky on windows with these issues because Appium can't find layouts. So, the FlyoutHeader and the Border most likely won't be reachable.
Usually for those cases you can fill the container with a Label or bind the sizes to a label that you can read from in order to get the sizing information
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description of Change
FlyoutHeaderAdaptsToMinimumHeight
is failing a good amount. This is a shell based test so let's just move it to Appium where those tend to run a bit more reliably
https://dev.azure.com/xamarin/public/_test/analytics?definitionId=62&contextType=build
Issues Fixed
Fixes #24284