Fixed string conversion bug with global function #2700
GitHub Actions / firefox-tests-Linux-Production-Default
completed
Oct 16, 2023 in 0s
UI Test Results from firefox on Linux
This run completed at 10/16/2023 19:28:46
Details
Test Results - UI Test Results from firefox on Linux
Expand the following summaries for more details:
Duration: 905.2588862 seconds
Times | |
---|---|
Started: | 2023-10-16T19:13:25.9826041+00:00 |
Creation: | 2023-10-16T19:13:28.1214042+00:00 |
Queuing: | 2023-10-16T19:13:28.1214042+00:00 |
Finished: | 2023-10-16T19:28:31.2414903+00:00 |
Duration: | 905.2588862 seconds |
Outcome: Failed | Total Tests: 485 | Passed: 481 | Failed: 1
Counters | |
---|---|
Total: | 485 |
Executed: | 482 |
Passed: | 481 |
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.FormControlsEnabledTests.Feature_FormControlsEnabled_FormControlsEnabled
Name: | DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.Feature_FormControlsEnabled_FormControlsEnabled |
Class Name: | DotVVM.Samples.Tests.Feature.FormControlsEnabledTests |
Outcome: | Failed β |
Duration: | 00:00:00.0357248 |
Error Message
System.NullReferenceException : Object reference not set to an instance of an object.
Error Stack Trace:
at Riganti.Selenium.Core.TestSuiteRunner.RunInAllBrowsers(ISeleniumTest testClass, Action`1 action, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestSuiteRunner.cs:line 180
at Riganti.Selenium.xUnitIntegration.XunitTestSuiteRunner.RunInAllBrowsers(ISeleniumTest testClass, Action`1 action, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in D:\ba\_work\129\s\src\Integrations\Riganti.Selenium.xUnit\XunitTestSuiteRunner.cs:line 23
at Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions.RunInAllBrowsers(ISeleniumTest executor, Action`1 testBody, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.AssertApi\AssertApiSeleniumTestExecutorExtensions.cs:line 18
at DotVVM.Samples.Tests.Base.AppSeleniumTest.RunInAllBrowsers(Action`1 testBody, String callerMemberName, String callerFilePath, Int32 callerLineNumber) in /_/src/Samples/Tests/Tests/Base/AppSeleniumTest.cs:line 35
at DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.Feature_FormControlsEnabled_FormControlsEnabled() in /_/src/Samples/Tests/Tests/Feature/FormControlsEnabledTests.cs:line 18
Loading