Skip to content

chore: Update to net9 #1177

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

Merged
merged 49 commits into from
Nov 8, 2024

chore: Adjust tests

d8c001f
Select commit
Loading
Failed to load commit list.
Merged

chore: Update to net9 #1177

chore: Adjust tests
d8c001f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.Gallery - CI succeeded Nov 8, 2024 in 38m 31s

Build #1.6.0-PullRequest1177.1822 had test failures

Details

Tests

  • Failed: 1 (0.43%)
  • Passed: 156 (67.24%)
  • Other: 75 (32.33%)
  • Total: 232

Annotations

Check failure on line 1 in Uno.Gallery.UITests.Given_Card_01.When_01_OutlinedCardClick

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Uno.Gallery.UITests.Given_Card_01.When_01_OutlinedCardClick

System.InvalidOperationException : Unable to find element
Raw output
   at Uno.UITest.Selenium.SeleniumApp.GetSingleElement(Func`2 query)
   at Uno.UITest.Selenium.SeleniumApp.<>c__DisplayClass90_0.<ScrollTo>b__0(Actions a)
   at Uno.UITest.Selenium.SeleniumApp.PerformActions(Action`1 action)
   at Uno.UITest.Selenium.SeleniumApp.ScrollTo(Func`2 toQuery, ScrollStrategy strategy, Double swipePercentage, Int32 swipeSpeed, Boolean withInertia, Nullable`1 timeout)
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.ScrollDownTo(String toMarked, String withinMarked, ScrollStrategy strategy, Double swipePercentage, Int32 swipeSpeed, Boolean withInertia, Nullable`1 timeout)
   at Uno.Gallery.UITests.Given_Card_01.When_01_OutlinedCardClick() in /home/vsts/work/1/s/Uno.Gallery.UITests/Given_Card_01.cs:line 23
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)