|
@@ -1563,6 +1563,7 @@ public class RoutingTest : ServerTestBase<ToggleExecutionModeServerFixture<Progr
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Fact]
|
|
[Fact]
|
|
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
|
|
|
public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
|
|
public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
|
|
|
{
|
|
{
|
|
|
SetUrlViaPushState("/");
|
|
SetUrlViaPushState("/");
|
|
@@ -1579,6 +1580,7 @@ public class RoutingTest : ServerTestBase<ToggleExecutionModeServerFixture<Progr
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Fact]
|
|
[Fact]
|
|
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
|
|
|
public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
|
|
public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
|
|
|
{
|
|
{
|
|
|
SetUrlViaPushState("/");
|
|
SetUrlViaPushState("/");
|