Skip to content
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

[NativeAOT] Fix CarouselViewUITests #23113

Merged
merged 1 commit into from
Jun 18, 2024

Add x:DataType to the carousel view UI tests

ffa3054
Select commit
Loading
Failed to load commit list.
Merged

[NativeAOT] Fix CarouselViewUITests #23113

Add x:DataType to the carousel view UI tests
ffa3054
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded Jun 18, 2024 in 52m 47s

Build #8.0.70-ci+pr.23113.azdo.117607 had test failures

Details

Tests

  • Failed: 1 (0.09%)
  • Passed: 952 (83.88%)
  • Other: 182 (16.04%)
  • Total: 1,135

Annotations

Check failure on line 1235 in Build log

See this annotation in the file changed.

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

Build log #L1235

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.CarouselViewUpdateCurrentItem(Android).Issue9827Test

See this annotation in the file changed.

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

Microsoft.Maui.TestCases.Tests.Issues.CarouselViewUpdateCurrentItem(Android).Issue9827Test

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 154
   at UITest.Appium.HelperExtensions.Click(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 34
   at Microsoft.Maui.TestCases.Tests.Issues.CarouselViewUpdateCurrentItem.Issue9827Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/CarouselViewUITests.UpdateCurrentItem.cs:line 23
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)