Remove Moq dependency from tests #2612
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / chrome-tests-Linux-Production-ExperimentalFeaturesTests
completed
Aug 9, 2023 in 0s
UI Test Results from chrome on Linux
This run completed at 08/09/2023 08:33:42
Details
Test Results - UI Test Results from chrome on Linux
Expand the following summaries for more details:
Duration: 762.1615074 seconds
Times | |
---|---|
Started: | 2023-08-09T08:20:49.8340404+00:00 |
Creation: | 2023-08-09T08:20:59.8829941+00:00 |
Queuing: | 2023-08-09T08:20:59.8829942+00:00 |
Finished: | 2023-08-09T08:33:31.9955478+00:00 |
Duration: | 762.1615074 seconds |
Outcome: Failed | Total Tests: 481 | Passed: 477 | Failed: 1
Counters | |
---|---|
Total: | 481 |
Executed: | 478 |
Passed: | 477 |
Failed: | 1 |
Error: | 0 |
Timeout: | 0 |
Aborted: | 0 |
Inconclusive: | 0 |
PassedButRunAborted: | 0 |
NotRunnable: | 0 |
NotExecuted: | 0 |
Disconnected: | 0 |
Warning: | 0 |
Completed: | 0 |
InProgress: | 0 |
Pending: | 0 |
Tests:
π DotVVM.Samples.Tests.Control.CheckBoxTests.Control_CheckBox_CheckedItemsEmpty
Name: | DotVVM.Samples.Tests.Control.CheckBoxTests.Control_CheckBox_CheckedItemsEmpty |
Class Name: | DotVVM.Samples.Tests.Control.CheckBoxTests |
Outcome: | NotExecuted π |
Duration: | 00:00:00.0010000 |
π DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests.PostbackSpaNavigationTest_SuccessfulNavigation_SurvivingStaticCommand
Name: | DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests.PostbackSpaNavigationTest_SuccessfulNavigation_SurvivingStaticCommand |
Class Name: | DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests |
Outcome: | NotExecuted π |
Duration: | 00:00:00.0010000 |
π DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests.Feature_PostbackConcurrency_RedirectPostbackQueue
Name: | DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests.Feature_PostbackConcurrency_RedirectPostbackQueue |
Class Name: | DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests |
Outcome: | NotExecuted π |
Duration: | 00:00:00.0010000 |
β DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.Feature_ActionFilterErrorHandling_ActionFilterRedirect
Name: | DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.Feature_ActionFilterErrorHandling_ActionFilterRedirect |
Class Name: | DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest |
Outcome: | Failed β |
Duration: | 00:00:01.6187453 |
Error Message
Riganti.Selenium.Core.Abstractions.Exceptions.SeleniumTestFailedException :
----------- Aggregated Inner Exceptions -----------
// Exception #1:
OpenQA.Selenium.NoSuchWindowException: no such window
(Session info: chrome=115.0.5790.110)
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()
at Riganti.Selenium.Validators.Checkers.BrowserWrapperCheckers.CurrentUrlValidator.Validate(IBrowserWrapper wrapper)
at Riganti.Selenium.Core.AssertUI.EvaluateValidator[TException,T](T wrapper, IValidator`1 validator, WaitForOptions waitForOptions)
at Riganti.Selenium.Core.AssertUI.<>c__DisplayClass47_0.<Url>b__0()
at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
at Riganti.Selenium.Core.AssertUI.Url(IBrowserWrapper wrapper, Expression`1 expression, String failureMessage, WaitForOptions waitForOptions)
at DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.<>c.<Feature_ActionFilterErrorHandling_ActionFilterRedirect>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/ActionFilterErrorHandlingTest.cs:line 52
at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)
// Exception #2:
OpenQA.Selenium.NoSuchWindowException: no such window
(Session info: chrome=115.0.5790.110)
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()
at Riganti.Selenium.Validators.Checkers.BrowserWrapperCheckers.CurrentUrlValidator.Validate(IBrowserWrapper wrapper)
at Riganti.Selenium.Core.AssertUI.EvaluateValidator[TException,T](T wrapper, IValidator`1 validator, WaitForOptions waitForOptions)
at Riganti.Selenium.Core.AssertUI.<>c__DisplayClass47_0.<Url>b__0()
at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
at Riganti.Selenium.Core.AssertUI.Url(IBrowserWrapper wrapper, Expression`1 expression, String failureMessage, WaitForOptions waitForOptions)
at DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.<>c.<Feature_ActionFilterErrorHandling_ActionFilterRedirect>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/ActionFilterErrorHandlingTest.cs:line 58
at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)
---- OpenQA.Selenium.NoSuchWindowException : no such window
(Session info: chrome=115.0.5790.110)
---- OpenQA.Selenium.NoSuchWindowException : no such window
(Session info: chrome=115.0.5790.110)
Error Stack Trace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()
at Riganti.Selenium.Validators.Checkers.BrowserWrapperCheckers.CurrentUrlValidator.Validate(IBrowserWrapper wrapper)
at Riganti.Selenium.Core.AssertUI.EvaluateValidator[TException,T](T wrapper, IValidator`1 validator, WaitForOptions waitForOptions)
at Riganti.Selenium.Core.AssertUI.<>c__DisplayClass47_0.<Url>b__0()
at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
at Riganti.Selenium.Core.AssertUI.Url(IBrowserWrapper wrapper, Expression`1 expression, String failureMessage, WaitForOptions waitForOptions)
at DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.<>c.<Feature_ActionFilterErrorHandling_ActionFilterRedirect>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/ActionFilterErrorHandlingTest.cs:line 52
at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)
----- Inner Stack Trace #1 (OpenQA.Selenium.NoSuchWindowException) -----
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()
at Riganti.Selenium.Validators.Checkers.BrowserWrapperCheckers.CurrentUrlValidator.Validate(IBrowserWrapper wrapper)
at Riganti.Selenium.Core.AssertUI.EvaluateValidator[TException,T](T wrapper, IValidator`1 validator, WaitForOptions waitForOptions)
at Riganti.Selenium.Core.AssertUI.<>c__DisplayClass47_0.<Url>b__0()
at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
at Riganti.Selenium.Core.AssertUI.Url(IBrowserWrapper wrapper, Expression`1 expression, String failureMessage, WaitForOptions waitForOptions)
at DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.<>c.<Feature_ActionFilterErrorHandling_ActionFilterRedirect>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/ActionFilterErrorHandlingTest.cs:line 52
at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)
----- Inner Stack Trace #2 (OpenQA.Selenium.NoSuchWindowException) -----
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url()
at Riganti.Selenium.Validators.Checkers.BrowserWrapperCheckers.CurrentUrlValidator.Validate(IBrowserWrapper wrapper)
at Riganti.Selenium.Core.AssertUI.EvaluateValidator[TException,T](T wrapper, IValidator`1 validator, WaitForOptions waitForOptions)
at Riganti.Selenium.Core.AssertUI.<>c__DisplayClass47_0.<Url>b__0()
at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
at Riganti.Selenium.Core.AssertUI.Url(IBrowserWrapper wrapper, Expression`1 expression, String failureMessage, WaitForOptions waitForOptions)
at DotVVM.Samples.Tests.Feature.ActionFilterErrorHandlingTest.<>c.<Feature_ActionFilterErrorHandling_ActionFilterRedirect>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/ActionFilterErrorHandlingTest.cs:line 58
at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)
Loading