Skip to content

Commit b1cb785

Browse files
authored
Uncomment test case with EnhancedNavigation: true
Only tests with browser navigation are prone to failing.
1 parent bdb2041 commit b1cb785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable
724724
[Theory]
725725
// [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
727+
[InlineData(true, true, false)]
728728
// [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)]

0 commit comments

Comments
 (0)