Skip to content

Shell - Propagate BackButtonBehaviorProperty - #28615

Merged
rmarinho merged 2 commits into
dotnet:net10.0from
kubaflo:shell-backbuttonbehavior-property-propagation
Sep 19, 2025
Merged

Shell - Propagate BackButtonBehaviorProperty#28615
rmarinho merged 2 commits into
dotnet:net10.0from
kubaflo:shell-backbuttonbehavior-property-propagation

Added a UITest

bb761c3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Sep 18, 2025 in 55m 55s

Build #10.0.0-ci+pr.28615.azdo.150352 had test failures

Details

Tests

  • Failed: 6 (0.06%)
  • Passed: 9,700 (98.47%)
  • Other: 145 (1.47%)
  • Total: 9,851

Annotations

Check failure on line 3641 in Build log

See this annotation in the file changed.

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

Build log #L3641

PowerShell exited with code '1'.

Check failure on line 4769 in Build log

See this annotation in the file changed.

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

Build log #L4769

PowerShell exited with code '1'.

Check failure on line 959 in Build log

See this annotation in the file changed.

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

Build log #L959

PowerShell exited with code '1'.

Check failure on line 697 in Build log

See this annotation in the file changed.

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

Build log #L697

PowerShell exited with code '1'.

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 39
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](Func`1 invoke)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.CarouselViewRemoveAt(Windows).Issue10300Test

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.CarouselViewRemoveAt(Windows).Issue10300Test

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.Issues.CarouselViewRemoveAt.Issue10300Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/CarouselViewUITests.RemoveAt.cs:line 26
   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)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue17531(Mac).GesturesSenderIsView

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue17531(Mac).GesturesSenderIsView

System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
   at UITest.Appium.HelperExtensions.GetText(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 84
   at Microsoft.Maui.TestCases.Tests.Issues.Issue17531.GesturesSenderIsView() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17531.cs:line 25
   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)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue30690(Windows).PullToRefreshWorksWhenEnabled

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.Issue30690(Windows).PullToRefreshWorksWhenEnabled

  Assert.That(App.WaitForTextToBePresentInElement(StatusLabel, "Refresh completed", timeout: TimeSpan.FromSeconds(5)), Is.True)
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.PullToRefreshWorksWhenEnabled() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 128

1)    at Microsoft.Maui.TestCases.Tests.Issues.Issue30690.PullToRefreshWorksWhenEnabled() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30690.cs:line 128