Skip to content

Commit c3a578d

Browse files
Quarantine EnhancedNavigationScrollBehavesSameAsBrowserOnBackwardsForwardsAction (dotnet#61191)
* Quarantine EnhancedNavigationScrollBehavesSameAsBrowserOnBackwardsForwardsAction * Uncomment test case with `EnhancedNavigation: true` Only tests with browser navigation are prone to failing. --------- Co-authored-by: Ilona Tomkowicz <[email protected]>
1 parent 2e9e261 commit c3a578d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,10 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable
722722
}
723723

724724
[Theory]
725-
[InlineData(false, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875
725+
// [InlineData(false, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875
726726
[InlineData(false, true, false)]
727-
[InlineData(true, true, false)] // https://github.com/dotnet/aspnetcore/issues/60875
728-
[InlineData(true, false, false)]
727+
[InlineData(true, true, false)]
728+
// [InlineData(true, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875
729729
// [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation
730730
[InlineData(false, true, true)]
731731
[InlineData(true, true, true)]

0 commit comments

Comments
 (0)