Skip to content

Fix modal and Shell edge to edge scenarios#31221

Merged
rmarinho merged 4 commits into
net10.0from
fix_modal_edge_to_edge
Aug 20, 2025
Merged

Fix modal and Shell edge to edge scenarios#31221
rmarinho merged 4 commits into
net10.0from
fix_modal_edge_to_edge

- oops

b9bb244
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public failed Aug 20, 2025 in 3h 50m 40s

Build #10.0.0-ci+pr.31221.azdo.148828 had test failures

Details

Tests

  • Failed: 8 (0.08%)
  • Passed: 9,723 (98.45%)
  • Other: 145 (1.47%)
  • Total: 9,876

Annotations

Check failure on line 685 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L685

PowerShell exited with code '1'.

Check failure on line 1803 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L1803

PowerShell exited with code '1'.

Check failure on line 19 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue17610(Android).RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue17610(Android).RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp.png (0.97% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|9_0(String name, <>c__DisplayClass9_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 345
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 201
   at Microsoft.Maui.TestCases.Tests.Issues.Issue17610.RefreshIconDisappearsWhenUserCancelsRefreshByScrollingBackUp() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17610.cs:line 36
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.EntryFeatureTests(Android).VerifyEntryFocusedEvent

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.EntryFeatureTests(Android).VerifyEntryFocusedEvent

System.TimeoutException : Timed out waiting for element...
Raw output
   at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2530
   at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2545
   at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 741
   at Microsoft.Maui.TestCases.Tests.EntryFeatureTests.VerifyEntryFocusedEvent() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/EntryFeatureTests.cs:line 74
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests(Android).HideSoftInputOnTappedPageTest("Entry",True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests(Android).HideSoftInputOnTappedPageTest("Entry",True)

  Assert.That(condition, Is.True)
  Expected: True
  But was:  False
Raw output
   at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
   at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTestForAndroidiOS(String control, Boolean hideOnTapped) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 87
   at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTest(String control, Boolean hideOnTapped) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 32
   at InvokeStub_HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTest(Object, Span`1)

1)    at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition)
   at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTestForAndroidiOS(String control, Boolean hideOnTapped) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 87
   at Microsoft.Maui.TestCases.Tests.Issues.HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTest(String control, Boolean hideOnTapped) in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/HideSoftInputOnTappedPageTests.cs:line 32
   at InvokeStub_HideSoftInputOnTappedPageTests.HideSoftInputOnTappedPageTest(Object, Span`1)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.ScrollViewFeatureTests(Android).VerifyScrollViewWithScrollToPositionStartAndEditorContent

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.ScrollViewFeatureTests(Android).VerifyScrollViewWithScrollToPositionStartAndEditorContent

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: VerifyScrollViewWithScrollToPositionStartAndEditorContent.png (0.63% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|9_0(String name, <>c__DisplayClass9_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 345
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Int32 cropTop, Int32 cropBottom, Double tolerance) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 201
   at Microsoft.Maui.TestCases.Tests.ScrollViewFeatureTests.VerifyScrollViewWithScrollToPositionStartAndEditorContent() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/ScrollViewFeatureTests.cs:line 118
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)