Skip to content

Merge pull request #1787 from riganti/fix-uitest-validation-dateonly #2932

Merge pull request #1787 from riganti/fix-uitest-validation-dateonly

Merge pull request #1787 from riganti/fix-uitest-validation-dateonly #2932

GitHub Actions / firefox-tests-Linux-Development-ExperimentalFeaturesTests completed Feb 25, 2024 in 0s

UI Test Results from firefox on Linux

This run completed at 02/25/2024 18:25:56

Details

Test Results - UI Test Results from firefox on Linux

Expand the following summaries for more details:

Duration: 996.399716 seconds
Times
Started: 2024-02-25T18:09:04.4257055+00:00
Creation: 2024-02-25T18:09:29.6821483+00:00
Queuing: 2024-02-25T18:09:29.6821484+00:00
Finished: 2024-02-25T18:25:40.8254215+00:00
Duration: 996.399716 seconds
Outcome: Failed | Total Tests: 568 | Passed: 563 | Failed: 1
Counters
Total: 568
Executed: 564
Passed: 563
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.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.CompilationPageTest.Feature_CompilationPage_SmokeTest
Name: DotVVM.Samples.Tests.Feature.CompilationPageTest.Feature_CompilationPage_SmokeTest
Class Name: DotVVM.Samples.Tests.Feature.CompilationPageTest
Outcome: Failed ❌
Duration: 00:00:18.0539653

Error Message

Riganti.Selenium.Core.Abstractions.Exceptions.SeleniumTestFailedException : 

-----------  Aggregated Inner Exceptions  -----------

// Exception #1: 
Xunit.Sdk.InRangeException: Assert.InRange() Failure: Value not in range
Range:  (10 - 2147483647)
Actual: 3
   at Xunit.Assert.InRange[T](T actual, T low, T high, IComparer`1 comparer) in /_/src/xunit.assert/Asserts/RangeAsserts.cs:line 57
   at Xunit.Assert.InRange[T](T actual, T low, T high) in /_/src/xunit.assert/Asserts/RangeAsserts.cs:line 34
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 27
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 138
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 147


// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: '//tr[not(contains(@class, 'row-continues')) and td[normalize-space(.) = 'Views/Errors/Master.dotmaster']]'

Check results: 

Browser: firefox:fast
Url: http://localhost:16019/_dotvvm/diagnostics/compilation
Screenshot: 

   at DotVVM.Samples.Tests.Feature.CompilationPageTest.TableRow(IBrowserWrapper browser, String name) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 15
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 39



---- Assert.InRange() Failure: Value not in range
Range:  (10 - 2147483647)
Actual: 3
---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: '//tr[not(contains(@class, 'row-continues')) and td[normalize-space(.) = 'Views/Errors/Master.dotmaster']]'

Check results: 

Browser: firefox:fast
Url: http://localhost:16019/_dotvvm/diagnostics/compilation
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 27
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 138
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 147
----- Inner Stack Trace #1 (Xunit.Sdk.InRangeException) -----
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 27
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 138
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore() in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 59
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount) in D:\ba\_work\129\s\src\Core\Riganti.Selenium.Core\TestInstance.cs:line 147
----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.TableRow(IBrowserWrapper browser, String name) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 15
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 39


πŸ”˜ 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.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.ErrorsTests.Error_ExceptionWindow_GitHubRedirect
Name: DotVVM.Samples.Tests.ErrorsTests.Error_ExceptionWindow_GitHubRedirect
Class Name: DotVVM.Samples.Tests.ErrorsTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000