File tree 1 file changed +2
-2
lines changed
src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1469,7 +1469,7 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
1469
1469
[ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
1470
1470
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry ( )
1471
1471
{
1472
- GoTo ( "about:blank" ) ;
1472
+ Navigate ( "about:blank" ) ;
1473
1473
1474
1474
var startUrl = Browser . Url ;
1475
1475
GoTo ( "forms/form-that-calls-navigation-manager-refresh" ) ;
@@ -1492,7 +1492,7 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
1492
1492
[ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/54757" ) ]
1493
1493
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming ( )
1494
1494
{
1495
- GoTo ( "about:blank" ) ;
1495
+ Navigate ( "about:blank" ) ;
1496
1496
1497
1497
var startUrl = Browser . Url ;
1498
1498
GoTo ( "forms/form-that-calls-navigation-manager-refresh-streaming" ) ;
You can’t perform that action at this time.
0 commit comments