@@ -746,19 +746,19 @@ describe('ObjectPage', () => {
746746 cy . get ( '[data-component-name="ObjectPageTabContainer"]' ) . should ( 'not.exist' ) ;
747747
748748 cy . findByText ( 'Update Heights' ) . click ( ) ;
749- cy . findByText ( '{"offset":1080,"scroll":2280 }' ) . should ( 'exist' ) ;
749+ cy . findByText ( '{"offset":1080,"scroll":2270 }' ) . should ( 'exist' ) ;
750750
751751 cy . findByTestId ( 'op' ) . scrollTo ( 'bottom' ) ;
752752 cy . findByText ( 'Update Heights' ) . click ( { force : true } ) ;
753- cy . findByText ( '{"offset":1080,"scroll":2280 }' ) . should ( 'exist' ) ;
753+ cy . findByText ( '{"offset":1080,"scroll":2270 }' ) . should ( 'exist' ) ;
754754
755755 cy . mount ( < TestSingleSectionComp height = "2000px" withFooter mode = { ObjectPageMode . Default } /> ) ;
756756 cy . findByText ( 'Update Heights' ) . click ( ) ;
757- cy . findByText ( '{"offset":1080,"scroll":2330 }' ) . should ( 'exist' ) ;
757+ cy . findByText ( '{"offset":1080,"scroll":2310 }' ) . should ( 'exist' ) ;
758758
759759 cy . findByTestId ( 'op' ) . scrollTo ( 'bottom' ) ;
760760 cy . findByText ( 'Update Heights' ) . click ( { force : true } ) ;
761- cy . findByText ( '{"offset":1080,"scroll":2330 }' ) . should ( 'exist' ) ;
761+ cy . findByText ( '{"offset":1080,"scroll":2310 }' ) . should ( 'exist' ) ;
762762
763763 cy . mount ( < TestSingleSectionComp height = "400px" mode = { ObjectPageMode . Default } /> ) ;
764764 cy . findByText ( 'Update Heights' ) . click ( ) ;
@@ -812,19 +812,19 @@ describe('ObjectPage', () => {
812812 cy . get ( '[data-component-name="ObjectPageTabContainer"]' ) . should ( 'not.exist' ) ;
813813
814814 cy . findByText ( 'Update Heights' ) . click ( ) ;
815- cy . findByText ( '{"offset":1080,"scroll":2250 }' ) . should ( 'exist' ) ;
815+ cy . findByText ( '{"offset":1080,"scroll":2230 }' ) . should ( 'exist' ) ;
816816
817817 cy . findByTestId ( 'op' ) . scrollTo ( 'bottom' ) ;
818818 cy . findByText ( 'Update Heights' ) . click ( { force : true } ) ;
819- cy . findByText ( '{"offset":1080,"scroll":2250 }' ) . should ( 'exist' ) ;
819+ cy . findByText ( '{"offset":1080,"scroll":2230 }' ) . should ( 'exist' ) ;
820820
821821 cy . mount ( < TestSingleSectionComp height = "2000px" withFooter mode = { ObjectPageMode . IconTabBar } /> ) ;
822822 cy . findByText ( 'Update Heights' ) . click ( ) ;
823- cy . findByText ( '{"offset":1080,"scroll":2310 }' ) . should ( 'exist' ) ;
823+ cy . findByText ( '{"offset":1080,"scroll":2290 }' ) . should ( 'exist' ) ;
824824
825825 cy . findByTestId ( 'op' ) . scrollTo ( 'bottom' ) ;
826826 cy . findByText ( 'Update Heights' ) . click ( { force : true } ) ;
827- cy . findByText ( '{"offset":1080,"scroll":2310 }' ) . should ( 'exist' ) ;
827+ cy . findByText ( '{"offset":1080,"scroll":2290 }' ) . should ( 'exist' ) ;
828828
829829 cy . mount ( < TestSingleSectionComp height = "400px" mode = { ObjectPageMode . IconTabBar } /> ) ;
830830 cy . findByText ( 'Update Heights' ) . click ( ) ;
@@ -850,7 +850,7 @@ describe('ObjectPage', () => {
850850 cy . findByText ( 'Update Heights' ) . click ( { force : true } ) ;
851851 cy . findByText ( '{"offset":1080,"scroll":1080}' ) . should ( 'exist' ) ;
852852
853- cy . mount ( < TestSingleSectionComp height = "925px " mode = { ObjectPageMode . IconTabBar } /> ) ;
853+ cy . mount ( < TestSingleSectionComp height = "950px " mode = { ObjectPageMode . IconTabBar } /> ) ;
854854 cy . findByText ( 'https://github.com/UI5/webcomponents-react' ) . should ( 'be.visible' ) ;
855855
856856 cy . wait ( 50 ) ;
0 commit comments