File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
projects/igniteui-angular/src/lib/grid Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -602,19 +602,6 @@ describe('IgxGrid - Column Pinning ', () => {
602
602
expect ( grid . columns [ 6 ] . pinned ) . toBe ( true ) ;
603
603
expect ( grid . unpinnedWidth ) . toBeGreaterThanOrEqual ( grid . unpinnedAreaMinWidth ) ;
604
604
} ) ;
605
-
606
- it ( 'should not have grid layout row with width that extends pass the container\'s one' , ( ) => {
607
- const fix = TestBed . createComponent ( GridPinningComponent ) ;
608
- fix . detectChanges ( ) ;
609
- const grid = fix . componentInstance . instance ;
610
-
611
- grid . getColumnByName ( 'Phone' ) . pin ( ) ;
612
- fix . detectChanges ( ) ;
613
-
614
- const gridChildren = Array . prototype . slice . call ( grid . nativeElement . children ) ;
615
- const gridWidth = grid . nativeElement . getBoundingClientRect ( ) . width ;
616
- gridChildren . forEach ( elem => expect ( elem . getBoundingClientRect ( ) . width ) . toEqual ( gridWidth ) ) ;
617
- } ) ;
618
605
} ) ;
619
606
@Component ( {
620
607
template : `
You can’t perform that action at this time.
0 commit comments