File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ describe('Row Pinning #grid', () => {
881
881
grid . navigateTo ( 10 ) ;
882
882
await wait ( DEBOUNCE_TIME ) ;
883
883
fix . detectChanges ( ) ;
884
-
884
+
885
885
const firstRowCell = grid . getRowByIndex ( 0 ) . cells . toArray ( ) [ 1 ] ;
886
886
UIInteractions . simulateClickAndSelectEvent ( firstRowCell ) ;
887
887
await wait ( DEBOUNCE_TIME ) ;
@@ -908,9 +908,9 @@ describe('Row Pinning #grid', () => {
908
908
fix . detectChanges ( ) ;
909
909
await wait ( DEBOUNCE_TIME ) ;
910
910
fix . detectChanges ( ) ;
911
-
911
+
912
912
expect ( grid . verticalScrollContainer . getScroll ( ) . scrollTop ) . not . toEqual ( 0 ) ;
913
-
913
+
914
914
const lastRowCell = grid . getRowByIndex ( 27 ) . cells . toArray ( ) [ 1 ] ;
915
915
UIInteractions . simulateClickAndSelectEvent ( lastRowCell ) ;
916
916
await wait ( DEBOUNCE_TIME ) ;
@@ -962,7 +962,7 @@ describe('Row Pinning #grid', () => {
962
962
fix . detectChanges ( ) ;
963
963
await wait ( DEBOUNCE_TIME ) ;
964
964
fix . detectChanges ( ) ;
965
-
965
+
966
966
const lastRowCell = grid . getRowByIndex ( 27 ) . cells . toArray ( ) [ 1 ] ;
967
967
UIInteractions . simulateClickAndSelectEvent ( lastRowCell ) ;
968
968
await wait ( DEBOUNCE_TIME ) ;
You can’t perform that action at this time.
0 commit comments