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

Fixed UIA pattern matching for IExpandCollapseProvider. #15997

Merged
merged 2 commits into from
Jun 11, 2024

Merge branch 'master' into fix-uia-expandcollapseprovider

49eaa42
Select commit
Loading
Failed to load commit list.
Merged

Fixed UIA pattern matching for IExpandCollapseProvider. #15997

Merge branch 'master' into fix-uia-expandcollapseprovider
49eaa42
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AvaloniaUI.IntegrationTests succeeded Jun 11, 2024 in 1h 5m 12s

Build #20240611.11 had test failures

Details

Tests

  • Failed: 7 (1.41%)
  • Passed: 412 (82.73%)
  • Other: 79 (15.86%)
  • Total: 498

Annotations

Check failure on line 172 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L172

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 177 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Build log #L177

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\1\\s\\tests\\Avalonia.IntegrationTests.Appium\\Avalonia.IntegrationTests.Appium.csproj'
]

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: NonOwned, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: NonOwned, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Owned, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: False)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: False)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 1 in Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AvaloniaUI.IntegrationTests

Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(mode: Modal, extendClientArea: True)

OpenQA.Selenium.WebDriverException : An element could not be located on the page using the given search parameters.
Raw output
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
   at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
   at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByXPath(String xpath)
   at Avalonia.IntegrationTests.Appium.WindowTests.GetWindow(String identifier) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 427
   at Avalonia.IntegrationTests.Appium.WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(ShowWindowMode mode, Boolean extendClientArea) in D:\a\1\s\tests\Avalonia.IntegrationTests.Appium\WindowTests.cs:line 271
   at InvokeStub_WindowTests.Window_Has_Disabled_Maximize_Button_When_CanResize_Is_False(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)