File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 44using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
55using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
66using Microsoft . AspNetCore . E2ETesting ;
7- using Microsoft . AspNetCore . InternalTesting ;
87using OpenQA . Selenium ;
98using TestServer ;
109using Xunit . Abstractions ;
@@ -25,7 +24,6 @@ public override Task InitializeAsync()
2524 => InitializeAsync ( BrowserFixture . RoutingTestContext ) ;
2625
2726 [ Fact ]
28- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ]
2927 public void NavigationIsLockedAfterPrerendering ( )
3028 {
3129 Navigate ( "/locked-navigation" ) ;
Original file line number Diff line number Diff line change @@ -1085,7 +1085,6 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
10851085 }
10861086
10871087 [ Fact ]
1088- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153" ) ]
10891088 public void NavigationLock_CanBlockExternalNavigation ( )
10901089 {
10911090 SetUrlViaPushState ( "/" ) ;
You can’t perform that action at this time.
0 commit comments