We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea4a34 commit 1bc5efbCopy full SHA for 1bc5efb
src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs
@@ -717,7 +717,7 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable
717
AssertWeAreOnNextPage();
718
WaitStreamingRendersFullPage(enableStreaming);
719
AssertEnhancedNavigation(useEnhancedNavigation, elementForStalenessCheckOnNextPage);
720
- var expectedFragmentScrollPosition = fragmentScrollPosition - 1;
+ var expectedFragmentScrollPosition = fragmentScrollPosition;
721
Assert.Equal(expectedFragmentScrollPosition, Browser.GetScrollY());
722
}
723
0 commit comments