[Testing] Enabling ported UITests from Xamarin.UITests to Appium - 57 #26717
Build #9.0.30-ci+pr.26717.azdo.131175 had test failures
Details
- Failed: 13 (0.36%)
- Passed: 2,870 (80.30%)
- Other: 691 (19.33%)
- Total: 3,574
Annotations
Check failure on line 895 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L895
PowerShell exited with code '1'.
Check failure on line 733 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L733
PowerShell exited with code '1'.
Check failure on line 637 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L637
PowerShell exited with code '1'.
Check failure on line 718 in Build log
azure-pipelines / MAUI-UITests-public
Build log #L718
PowerShell exited with code '1'.
azure-pipelines / MAUI-UITests-public
Microsoft.Maui.TestCases.Tests.Issues.ShellInsets(Android).PaddingWithoutSafeArea
Assert.That(somePadding, Is.EqualTo(1))
Expected: 1
But was: 0
Raw output
at Microsoft.Maui.TestCases.Tests.Issues.ShellInsets.PaddingWithoutSafeArea() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/ShellInsets.cs:line 137
1) at Microsoft.Maui.TestCases.Tests.Issues.ShellInsets.PaddingWithoutSafeArea() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/ShellInsets.cs:line 137
Check failure on line 1 in Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Mac).Padding
azure-pipelines / MAUI-UITests-public
Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Mac).Padding
System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 273
at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 25
at Microsoft.Maui.TestCases.Tests.StateViewContainerRemote.TapStateButton() in /_/src/Controls/tests/TestCases.Shared.Tests/ViewContainers/StateViewContainerRemote.cs:line 21
at Microsoft.Maui.TestCases.Tests.ImageButtonUITests.Padding() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/ImageButtonUITests.cs:line 165
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Check failure on line 1 in Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Mac).Padding_Add
azure-pipelines / MAUI-UITests-public
Microsoft.Maui.TestCases.Tests.ImageButtonUITests(Mac).Padding_Add
System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 273
at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 25
at Microsoft.Maui.TestCases.Tests.StateViewContainerRemote.TapStateButton() in /_/src/Controls/tests/TestCases.Shared.Tests/ViewContainers/StateViewContainerRemote.cs:line 21
at Microsoft.Maui.TestCases.Tests.ImageButtonUITests.Padding_Add() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/ImageButtonUITests.cs:line 178
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Check failure on line 1 in Microsoft.Maui.TestCases.Tests.ImageUITests(Mac).IsAnimationPlaying
azure-pipelines / MAUI-UITests-public
Microsoft.Maui.TestCases.Tests.ImageUITests(Mac).IsAnimationPlaying
System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 273
at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 25
at Microsoft.Maui.TestCases.Tests.StateViewContainerRemote.TapStateButton() in /_/src/Controls/tests/TestCases.Shared.Tests/ViewContainers/StateViewContainerRemote.cs:line 21
at Microsoft.Maui.TestCases.Tests.ImageUITests.IsAnimationPlaying() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/ImageUITests.cs:line 49
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)