Skip to content

Commit c9dee16

Browse files
authored
Unquarantine EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry (#57376)
It's been passing for 30 days since #54825. Fixes #54757
1 parent d5a4962 commit c9dee16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,6 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
14661466
}
14671467

14681468
[Fact]
1469-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54757")]
14701469
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry()
14711470
{
14721471
Navigate("about:blank");
@@ -1489,7 +1488,6 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
14891488
}
14901489

14911490
[Fact]
1492-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54757")]
14931491
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming()
14941492
{
14951493
Navigate("about:blank");

0 commit comments

Comments
 (0)