File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Components/test/E2ETest/ServerRenderingTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnBackwardsForwardsActio
755755 AssertEnhancedNavigation ( useEnhancedNavigation , elementForStalenessCheckOnHashPage ) ;
756756 var elementForStalenessCheckOnScrollPage = Browser . Exists ( By . TagName ( "html" ) ) ;
757757 var hashPagePos1 = ( long ) jsExecutor . ExecuteScript ( $ "return Math.round(document.getElementById('{ buttonId } ').getBoundingClientRect().top + window.scrollY);") - 100 ;
758- // make sure we are expecting different scroll positions on thr 1st and the 2nd page
758+ // make sure we are expecting different scroll positions on the 1st and the 2nd page
759759 Assert . NotEqual ( scrollPagePos1 , hashPagePos1 ) ;
760760 Browser . SetScrollY ( hashPagePos1 ) ;
761761 Browser . Exists ( By . Id ( buttonId ) ) . Click ( ) ;
You can’t perform that action at this time.
0 commit comments