File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
E2ETest/ServerExecutionTests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected override void InitializeAsyncCore()
4040 {
4141 Navigate ( ServerPathBase ) ;
4242 Browser . MountTestComponent < GracefulTermination > ( ) ;
43- Browser . Equal ( "Graceful Termination" , ( ) => Browser . Exists ( By . TagName ( " h1") ) . Text ) ;
43+ Browser . Equal ( "Graceful Termination" , ( ) => Browser . Exists ( By . CssSelector ( "app h1") ) . Text ) ;
4444
4545 GracefulDisconnectCompletionSource = new TaskCompletionSource ( TaskCreationOptions . RunContinuationsAsynchronously ) ;
4646 Sink = _serverFixture . Host . Services . GetRequiredService < TestSink > ( ) ;
Original file line number Diff line number Diff line change 11@using Microsoft .AspNetCore .Components .Rendering
22@using System .Web
33@inject NavigationManager NavigationManager
4+
5+ <h1 >Hello</h1 >
6+
47<div id =" test-selector" >
58 Select test:
69 <select id =" test-selector-select" @bind =SelectedComponentTypeName >
You can’t perform that action at this time.
0 commit comments