Skip to content

Commit

Permalink
Quarantine E2E Component tests related to scrolling within page (dotn…
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Apr 28, 2023
1 parent 5807400 commit 9f3b8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/test/E2ETest/Tests/RoutingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@ public void AnchorWithHrefContainingHashSamePage_ScrollsToElementOnTheSamePage()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
{
SetUrlViaPushState("/");
Expand All @@ -1579,6 +1580,7 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
{
SetUrlViaPushState("/");
Expand Down

0 comments on commit 9f3b8e2

Please sign in to comment.