File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 99using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
1010using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
1111using Microsoft . AspNetCore . E2ETesting ;
12- using Microsoft . AspNetCore . InternalTesting ;
1312using OpenQA . Selenium ;
1413using OpenQA . Selenium . Interactions ;
1514using Xunit . Abstractions ;
@@ -1678,7 +1677,6 @@ public void AnchorWithHrefToSameUrlWithParamQueryAndHash_ScrollsToElementOnTheSa
16781677 }
16791678
16801679 [ Fact ]
1681- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/47967" ) ]
16821680 public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement ( )
16831681 {
16841682 SetUrlViaPushState ( "/" ) ;
@@ -1695,7 +1693,6 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE
16951693 }
16961694
16971695 [ Fact ]
1698- [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/47967" ) ]
16991696 public void NavigationManagerNavigateToAnotherUrlWithHash_NavigatesToPageAndScrollsToElement ( )
17001697 {
17011698 SetUrlViaPushState ( "/" ) ;
You can’t perform that action at this time.
0 commit comments