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', () => {
881881 grid . navigateTo ( 10 ) ;
882882 await wait ( DEBOUNCE_TIME ) ;
883883 fix . detectChanges ( ) ;
884-
884+
885885 const firstRowCell = grid . getRowByIndex ( 0 ) . cells . toArray ( ) [ 1 ] ;
886886 UIInteractions . simulateClickAndSelectEvent ( firstRowCell ) ;
887887 await wait ( DEBOUNCE_TIME ) ;
@@ -908,9 +908,9 @@ describe('Row Pinning #grid', () => {
908908 fix . detectChanges ( ) ;
909909 await wait ( DEBOUNCE_TIME ) ;
910910 fix . detectChanges ( ) ;
911-
911+
912912 expect ( grid . verticalScrollContainer . getScroll ( ) . scrollTop ) . not . toEqual ( 0 ) ;
913-
913+
914914 const lastRowCell = grid . getRowByIndex ( 27 ) . cells . toArray ( ) [ 1 ] ;
915915 UIInteractions . simulateClickAndSelectEvent ( lastRowCell ) ;
916916 await wait ( DEBOUNCE_TIME ) ;
@@ -962,7 +962,7 @@ describe('Row Pinning #grid', () => {
962962 fix . detectChanges ( ) ;
963963 await wait ( DEBOUNCE_TIME ) ;
964964 fix . detectChanges ( ) ;
965-
965+
966966 const lastRowCell = grid . getRowByIndex ( 27 ) . cells . toArray ( ) [ 1 ] ;
967967 UIInteractions . simulateClickAndSelectEvent ( lastRowCell ) ;
968968 await wait ( DEBOUNCE_TIME ) ;
You can’t perform that action at this time.
0 commit comments