[Testing] Fixed Test case failure in PR 37393 - Candidate - 1 - #37438
Draft
NafeelaNazhir wants to merge 15 commits into
Draft
[Testing] Fixed Test case failure in PR 37393 - Candidate - 1#37438NafeelaNazhir wants to merge 15 commits into
NafeelaNazhir wants to merge 15 commits into
Conversation
NafeelaNazhir
temporarily deployed
to
copilot-pat-pool
August 14, 2026 14:31 — with
GitHub Actions
Inactive
NafeelaNazhir
temporarily deployed
to
copilot-pat-pool
August 14, 2026 14:31 — with
GitHub Actions
Inactive
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Hey there @@NafeelaNazhir! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
NafeelaNazhir
had a problem deploying
to
copilot-pat-pool
August 14, 2026 14:32 — with
GitHub Actions
Failure
NafeelaNazhir
temporarily deployed
to
copilot-pat-pool
August 14, 2026 14:33 — with
GitHub Actions
Inactive
NafeelaNazhir
temporarily deployed
to
copilot-pat-pool
August 14, 2026 14:34 — with
GitHub Actions
Inactive
NafeelaNazhir
temporarily deployed
to
copilot-pat-pool
August 14, 2026 14:34 — with
GitHub Actions
Inactive
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
NafeelaNazhir
force-pushed
the
nafeela-aug-Candidate-fix01
branch
from
August 25, 2026 06:12
439a090 to
c698aad
Compare
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
3 tasks
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Contributor
|
/azp run maui-pr-uitests , maui-pr-devicetests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
NafeelaNazhir
force-pushed
the
nafeela-aug-Candidate-fix01
branch
from
August 27, 2026 05:11
97d9c92 to
eb2db9f
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
This PR updates UI test baselines and automation for keyboard-related SafeAreaEdges tests to work consistently across iOS 18.5 and iOS 26.5.
Changes:
ios-26, MacCatalyst, Windowssnapshots covering:AfterToggleBackgroundColors/BeforeToggleBackgroundColors(Issue17389)RadioButtonBorderCleared/RadioButtonBorderReapplied/RadioButtonBorderSetVerifyFlyoutWithHeaderFooterVerifyShellSearch_CancelButtonColor/VerifyShellSearch_TextColorShellSearchHandlerFeatureTests.csfor the new baselinesSafeArea_BorderFeatureTests.cs,SafeArea_ContentViewFeatureTests.cs, andSafeArea_GridFeatureTests.csso the same logic works identically on both iOS 18.5 and iOS 26.5, removing iOS-version-specific branching (12 lines removed per file, replaced with a common approach). PR [iOS] Entry: Fix Done accessory hit testing #36413 ([iOS] Entry: Fix Done accessory hit testing) changed the automation ID to be common for both, so the test cases were modified to useDoneAccessoryinstead of the version-specificToolbar/Donelookup.VerifyCustomFlyoutContentWithHeaderFooter,VerifyCustomFlyoutContentTemplateWithHeaderFooter, andVerifyFlyoutWithHeaderFooter. Due toinflight/currentbeing rebased withmain, PR [iOS] Fix Shell Flyout SafeArea Rendering #33335 ([iOS] Fix Shell Flyout SafeArea Rendering) resurfaced this issue again, so this PR preserves themainbranch changes.ValidateInputTransparentBackgroundColorToggleLabelFormattedTextShouldRespectRTLFlowDirection/LabelFlowDirectionUpdatesShouldUpdateWhenFlowDirectionChangesAfterRenderLabelFormattedTextShouldRespectRTLFlowDirection, and renamedLabelFormattedTextShouldUpdateWhenFlowDirectionChanges.png→LabelFormattedTextShouldUpdateWhenFlowDirectionChangesAfterRender.pngto match the updated test nameOnAppearingto the Button'sLoadedevent for reliable pass/fail checksButtonWithCharacterSpacingRestoresDefaultTextColorAfterNull,Line_DashArray_DashOffset_Thickness,Line_StrokeColor_Thickness)