-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fixed Test case failure in PR 28486 #28780
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
Merged
PureWeen
merged 3 commits into
dotnet:inflight/current
from
Vignesh-SF3580:fix-TestFailure
Apr 8, 2025
Merged
Fixed Test case failure in PR 28486 #28780
PureWeen
merged 3 commits into
dotnet:inflight/current
from
Vignesh-SF3580:fix-TestFailure
Apr 8, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey there @@Vignesh-SF3580! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
c3d7dd2
to
5b2afee
Compare
/rebase |
19f88c6
to
687d016
Compare
/azp run MAUI-UITests-public |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
reviewed
Apr 4, 2025
...ntrols/tests/TestCases.Mac.Tests/snapshots/mac/EntryClearButtonColorShouldMatchTextColor.png
Show resolved
Hide resolved
jsuarezruiz
approved these changes
Apr 7, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Apr 8, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
PureWeen
pushed a commit
that referenced
this pull request
Apr 8, 2025
* 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
bhavanesh2001
pushed a commit
to bhavanesh2001/maui
that referenced
this pull request
Apr 11, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
PureWeen
pushed a commit
that referenced
this pull request
Apr 11, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
github-actions bot
pushed a commit
that referenced
this pull request
Apr 11, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
github-actions bot
pushed a commit
that referenced
this pull request
Apr 14, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
github-actions bot
pushed a commit
that referenced
this pull request
Apr 15, 2025
* Resolved the ScrollView TestFailures in Inflight. * updated ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse ios image * Updated EntryClearButtonColorShouldMatchTextColor mac image
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
community ✨
Community Contribution
partner/syncfusion
Issues / PR's with Syncfusion collaboration
test-flight
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes ScrollViewInitiallyNotEnabledThenEnabled and ScrollViewInitiallyNotEnabled failing cases in PR #28486
The test cases ScrollViewInitiallyNotEnabledThenEnabled and ScrollViewInitiallyNotEnabled are failing due to the changes introduced in #27231
For the ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse test, there is a slight difference in the expected image on iOS. The image needs to be re-saved to match the expected result.
Updating the screenshot for EntryClearButtonColorShouldMatchTextColor as the current macOS behavior selects the entire text in the Entry when it gains focus.