Skip to content

Commit ecbd438

Browse files
Fix EnhancedForm... tests. Deals with #54757
1 parent 45d6556 commit ecbd438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
14691469
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54757")]
14701470
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry()
14711471
{
1472-
GoTo("about:blank");
1472+
Navigate("about:blank");
14731473

14741474
var startUrl = Browser.Url;
14751475
GoTo("forms/form-that-calls-navigation-manager-refresh");
@@ -1492,7 +1492,7 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
14921492
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54757")]
14931493
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming()
14941494
{
1495-
GoTo("about:blank");
1495+
Navigate("about:blank");
14961496

14971497
var startUrl = Browser.Url;
14981498
GoTo("forms/form-that-calls-navigation-manager-refresh-streaming");

0 commit comments

Comments
 (0)