Skip to content

Commit 9f3b8e2

Browse files
authored
Quarantine E2E Component tests related to scrolling within page (#47968)
For #47967
1 parent 5807400 commit 9f3b8e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/E2ETest/Tests/RoutingTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ public void AnchorWithHrefContainingHashSamePage_ScrollsToElementOnTheSamePage()
15631563
}
15641564

15651565
[Fact]
1566+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
15661567
public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
15671568
{
15681569
SetUrlViaPushState("/");
@@ -1579,6 +1580,7 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE
15791580
}
15801581

15811582
[Fact]
1583+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
15821584
public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
15831585
{
15841586
SetUrlViaPushState("/");

0 commit comments

Comments
 (0)