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

Basic support for DataContext={resource: ...} #1392

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

Improve error handling of CommandResolver: missing markup control

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

Basic support for DataContext={resource: ...} #1392

Improve error handling of CommandResolver: missing markup control
dd7cf40
Select commit
Failed to load commit list.
GitHub Actions / chrome-tests-Windows-Development-Default completed Feb 25, 2024 in 0s

UI Test Results from chrome on Windows

This run completed at 02/25/2024 16:43:58

Details

Test Results - UI Test Results from chrome on Windows

Expand the following summaries for more details:

Duration: 1034.7294155 seconds
Times
Started: 2024-02-25T16:26:12.5340257+00:00
Creation: 2024-02-25T16:26:59.0862669+00:00
Queuing: 2024-02-25T16:26:59.0862673+00:00
Finished: 2024-02-25T16:43:27.2634412+00:00
Duration: 1034.7294155 seconds
Outcome: Failed | Total Tests: 571 | Passed: 566 | Failed: 1
Counters
Total: 571
Executed: 567
Passed: 566
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:28.9987192

Error Message

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

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

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

Check results: Attribute 'class' contains unexpected value. Provided value: '' 
 Element selector: //tr[not(contains(@class, 'row-continues')) and td[normalize-space(.) = 'FeatureSamples_CompilationPage_BindingsTestError']]:nth-child(0) 
 Expected value: 'failure'.

Browser: chrome:fast
Url: http://localhost:5407/_dotvvm/diagnostics/compilation
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20240225\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_CompilationPage_SmokeTest_1.png

   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 28




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'compile-all-button'

Check results: 

Browser: chrome:fast
Url: http://localhost:5407/_dotvvm/diagnostics/compilation
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20240225\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_CompilationPage_SmokeTest_2.png

   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 22



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

Check results: Attribute 'class' contains unexpected value. Provided value: '' 
 Element selector: //tr[not(contains(@class, 'row-continues')) and td[normalize-space(.) = 'FeatureSamples_CompilationPage_BindingsTestError']]:nth-child(0) 
 Expected value: 'failure'.

Browser: chrome:fast
Url: http://localhost:5407/_dotvvm/diagnostics/compilation
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20240225\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_CompilationPage_SmokeTest_1.png

---- Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException : Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: 'compile-all-button'

Check results: 

Browser: chrome:fast
Url: http://localhost:5407/_dotvvm/diagnostics/compilation
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20240225\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_CompilationPage_SmokeTest_2.png

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 28

----- Inner Stack Trace #1 (Riganti.Selenium.Core.Abstractions.Exceptions.UnexpectedElementStateException) -----
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 28

----- Inner Stack Trace #2 (Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException) -----
   at DotVVM.Samples.Tests.Feature.CompilationPageTest.<Feature_CompilationPage_SmokeTest>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/CompilationPageTests.cs:line 22


🔘 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