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

Refactoring of GridViewDataSet #1548

Open
wants to merge 60 commits into
base: main
Choose a base branch
from

Merge pull request #1819 from riganti/feature/new-datasets-extensibility

cbe7f70
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Refactoring of GridViewDataSet #1548

Merge pull request #1819 from riganti/feature/new-datasets-extensibility
cbe7f70
Select commit
Loading
Failed to load commit list.
GitHub Actions / chrome-tests-Linux-Production-ExperimentalFeaturesTests completed May 15, 2024 in 0s

UI Test Results from chrome on Linux

This run completed at 05/15/2024 08:49:10

Details

Test Results - UI Test Results from chrome on Linux

Expand the following summaries for more details:

Duration: 781.7688656 seconds
Times
Started: 2024-05-15T08:36:02.6797998+00:00
Creation: 2024-05-15T08:36:07.0826899+00:00
Queuing: 2024-05-15T08:36:07.0826900+00:00
Finished: 2024-05-15T08:49:04.4486654+00:00
Duration: 781.7688656 seconds
Outcome: Failed | Total Tests: 534 | Passed: 524 | Failed: 7
Counters
Total: 534
Executed: 531
Passed: 524
Failed: 7
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.DataPagerTests.Control_DataPager_DataPager_DisabledAttribute
Name: DotVVM.Samples.Tests.Control.DataPagerTests.Control_DataPager_DataPager_DisabledAttribute
Class Name: DotVVM.Samples.Tests.Control.DataPagerTests
Outcome: Failed
Duration: 00:00:16.8920263

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element has not attribute 'disabled'. Element selector: '#pager1:nth-child(0) li a:nth-child(0)'.

Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_DisabledAttribute>b__3_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 82




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element has not attribute 'disabled'. Element selector: '#pager1:nth-child(0) li a:nth-child(0)'.

Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_DisabledAttribute>b__3_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 82



---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element has not attribute 'disabled'. Element selector: '#pager1:nth-child(0) li a:nth-child(0)'.

Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element has not attribute 'disabled'. Element selector: '#pager1:nth-child(0) li a:nth-child(0)'.

Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_DisabledAttribute>b__3_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 82

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_DisabledAttribute>b__3_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 82

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_DisabledAttribute>b__3_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 82


❌ DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_NextHistory(url: "FeatureSamples/DataSet/GitHubApi")
Name: DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_NextHistory(url: "FeatureSamples/DataSet/GitHubApi")
Class Name: DotVVM.Samples.Tests.Feature.DataSetTests
Outcome: Failed
Duration: 00:00:17.3100109

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53



---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53


❌ DotVVM.Samples.Tests.Control.GridViewTests.Control_GridView_GridViewSortChanged
Name: DotVVM.Samples.Tests.Control.GridViewTests.Control_GridView_GridViewSortChanged
Class Name: DotVVM.Samples.Tests.Control.GridViewTests
Outcome: Failed
Duration: 00:00:19.0169066

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element contains wrong content. Expected content: 'false', Provided content: 'true' 
 Element selector: .result-sortdescending:nth-child(0) 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/GridView/GridViewSortChanged
Screenshot: 

   at DotVVM.Samples.Tests.Control.GridViewTests.<>c.<Control_GridView_GridViewSortChanged>b__23_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/GridViewTests.cs:line 893




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element contains wrong content. Expected content: 'false', Provided content: 'true' 
 Element selector: .result-sortdescending:nth-child(0) 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/GridView/GridViewSortChanged
Screenshot: 

   at DotVVM.Samples.Tests.Control.GridViewTests.<>c.<Control_GridView_GridViewSortChanged>b__23_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/GridViewTests.cs:line 893



---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element contains wrong content. Expected content: 'false', Provided content: 'true' 
 Element selector: .result-sortdescending:nth-child(0) 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/GridView/GridViewSortChanged
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element contains wrong content. Expected content: 'false', Provided content: 'true' 
 Element selector: .result-sortdescending:nth-child(0) 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/GridView/GridViewSortChanged
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Control.GridViewTests.<>c.<Control_GridView_GridViewSortChanged>b__23_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/GridViewTests.cs:line 893

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.GridViewTests.<>c.<Control_GridView_GridViewSortChanged>b__23_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/GridViewTests.cs:line 893

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.GridViewTests.<>c.<Control_GridView_GridViewSortChanged>b__23_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/GridViewTests.cs:line 893


❌ DotVVM.Samples.Tests.Control.DataPagerTests.Control_DataPager_DataPager_ActiveCssClass
Name: DotVVM.Samples.Tests.Control.DataPagerTests.Control_DataPager_DataPager_ActiveCssClass
Class Name: DotVVM.Samples.Tests.Control.DataPagerTests
Outcome: Failed
Duration: 00:00:17.6638274

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element is displayed and should not be. 
 Element selector: li 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_ActiveCssClass>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 64




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element is displayed and should not be. 
 Element selector: li 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_ActiveCssClass>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 64



---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element is displayed and should not be. 
 Element selector: li 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException : Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException

Check results: Element is displayed and should not be. 
 Element selector: li 


Browser: chrome:fast
Url: http://localhost:16019/ControlSamples/DataPager/DataPager
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_ActiveCssClass>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 64

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_ActiveCssClass>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 64

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Control.DataPagerTests.<>c.<Control_DataPager_DataPager_ActiveCssClass>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Control/DataPagerTests.cs:line 64


🔘 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.DataSetTests.Feature_DataSet_GitHubApi_Next(url: "FeatureSamples/DataSet/GitHubApiStaticCommands")
Name: DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_Next(url: "FeatureSamples/DataSet/GitHubApiStaticCommands")
Class Name: DotVVM.Samples.Tests.Feature.DataSetTests
Outcome: Failed
Duration: 00:00:17.0401828

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29



---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29


❌ DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_Next(url: "FeatureSamples/DataSet/GitHubApi")
Name: DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_Next(url: "FeatureSamples/DataSet/GitHubApi")
Class Name: DotVVM.Samples.Tests.Feature.DataSetTests
Outcome: Failed
Duration: 00:00:17.2955106

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29



---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApi
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass1_0.<Feature_DataSet_GitHubApi_Next>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 29


🔘 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.Feature.DataSetTests.Feature_DataSet_GitHubApi_NextHistory(url: "FeatureSamples/DataSet/GitHubApiStaticCommands")
Name: DotVVM.Samples.Tests.Feature.DataSetTests.Feature_DataSet_GitHubApi_NextHistory(url: "FeatureSamples/DataSet/GitHubApiStaticCommands")
Class Name: DotVVM.Samples.Tests.Feature.DataSetTests
Outcome: Failed
Duration: 00:00:17.3215112

Error Message

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

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

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53



---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'next-history-grid'

Check results: 

Browser: chrome:fast
Url: http://localhost:16019/FeatureSamples/DataSet/GitHubApiStaticCommands
Screenshot: 

Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.DataSetTests.<>c__DisplayClass2_0.<Feature_DataSet_GitHubApi_NextHistory>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/DataSetTests.cs:line 53