File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public NavigationLockPrerenderingTest(
2424 public override Task InitializeAsync ( )
2525 => InitializeAsync ( BrowserFixture . RoutingTestContext ) ;
2626
27- [ Fact ]
28- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153 ") ]
27+ // See https://github.com/dotnet/aspnetcore/issues/57153
28+ [ Fact ( Skip = "BeforeUnload alert does not work with Selenium/ChromeDriver after update ") ]
2929 public void ExternalNavigationIsLockedAfterPrerendering ( )
3030 {
3131 Navigate ( "/locked-navigation" ) ;
Original file line number Diff line number Diff line change @@ -1155,8 +1155,8 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
11551155 Browser . Equal ( "1" , ( ) => app . FindElement ( By . Id ( "location-changed-count" ) ) ? . Text ) ;
11561156 }
11571157
1158- [ Fact ]
1159- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57153 ") ]
1158+ // See https://github.com/dotnet/aspnetcore/issues/57153
1159+ [ Fact ( Skip = "BeforeUnload alert does not work with Selenium/ChromeDriver after update ") ]
11601160 public void NavigationLock_CanBlockExternalNavigation ( )
11611161 {
11621162 SetUrlViaPushState ( "/" ) ;
You can’t perform that action at this time.
0 commit comments