-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[release/9.0.1xx-sr5] Backport uitest fixes to .NET9 SR5 #28871
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
Conversation
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image # Conflicts: # src/Controls/tests/TestCases.iOS.Tests/snapshots/ios/ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse.png # src/Core/src/Handlers/ScrollView/ScrollViewHandler.iOS.cs
# Conflicts: # src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/DynamicFontImageSourceColorShouldApplyOnTabIcon.png # src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/FontImageSourceColorShouldApplyOnTabIcon.png # src/Controls/tests/TestCases.Mac.Tests/snapshots/mac/TabbedPageBackButtonUpdated.png
* set scrollbar visibility to false * change snapshot * set scroll bar visiblity only for android
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.
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (1)
- src/Controls/tests/TestCases.HostApp/Issues/Issue28098.xaml: Language not supported
Comments suppressed due to low confidence (1)
src/Controls/tests/TestCases.HostApp/Issues/Issue28098.xaml.cs:12
- Consider adding or verifying an automated test case to ensure this Android-specific behavior change is validated in TestCases.Shared.Tests.
carouselView.HorizontalScrollBarVisibility = ScrollBarVisibility.Never;
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
|
I think we need maybe some images for FooterWithEmptyCVShouldHaveCorrectSize ? |
This test is a legitimate failure on the SR5 branch that we need to figure out and it's unlreated to this PR |
Description of Change
Pulling together a few fixes for flakey tests on main so it's easier to trust the CI results from SR5 runs