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

updated Magick.NET-Q16-AnyCPU #463

Merged
merged 15 commits into from
Nov 21, 2024

Update github-actions.yml

30ef4a3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

updated Magick.NET-Q16-AnyCPU #463

Update github-actions.yml
30ef4a3
Select commit
Loading
Failed to load commit list.
GitHub Actions / ExecutingTestsOnWindowsGithubActions2 failed Nov 21, 2024 in 0s

1 fail, 1 skipped, 61 pass in 6m 41s

63 tests   61 ✅  6m 41s ⏱️
 2 suites   1 💤
 2 files     1 ❌

Results for commit 30ef4a3.

Annotations

Check warning on line 0 in Ocaramba.Tests.Xunit.Tests.ExampleTest1

See this annotation in the file changed.

@github-actions github-actions / ExecutingTestsOnWindowsGithubActions2

TestMethod1 (Ocaramba.Tests.Xunit.Tests.ExampleTest1) failed

D:\a\Ocaramba\Ocaramba\TestResults\Ocaramba.Tests.netcoreapp.xml [took 52s]
Raw output
OpenQA.Selenium.WebDriverTimeoutException : Timed out after 5 seconds   at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition, CancellationToken token)
   at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
   at Ocaramba.Extensions.WebDriverExtensions.SwitchToWindowUsingUrl(IWebDriver webDriver, Uri url, Double timeout) in D:\a\Ocaramba\Ocaramba\OcarambaLite\Extensions\WebDriverExtensions.cs:line 187
   at Ocaramba.Tests.PageObjects.PageObjects.TheInternet.MultipleWindowsPage.OpenNewWindowPage() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.PageObjects\PageObjects\TheInternet\MultipleWindowsPage.cs:line 43
   at Ocaramba.Tests.Xunit.Tests.ExampleTest1.TestMethod1() in D:\a\Ocaramba\Ocaramba\Ocaramba.Tests.Xunit\Tests\ExampleTest1.cs:line 36
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)