File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ import {
1111import { By } from '@angular/platform-browser' ;
1212import { IgxActionStripComponent } from '../../action-strip/action-strip.component' ;
1313import { IgxActionStripModule } from '../../action-strip/action-strip.module' ;
14- < < < << << HEAD
15- import { UIInteractions } from '../../test-utils/ui-interactions.spec' ;
16- import { IgxGridRowComponent } from './grid-row.component' ;
17- === === =
1814import { UIInteractions , wait } from '../../test-utils/ui-interactions.spec' ;
19- >>> >>> > 2 b5c0d66f896d99d9b29a30b6965ac9184fd8685
2015
2116describe ( 'IgxGrid - Row Adding #grid' , ( ) => {
2217 let fixture ;
@@ -136,8 +131,6 @@ describe('IgxGrid - Row Adding #grid', () => {
136131 expect ( banner ) . toBeNull ( ) ;
137132 expect ( grid . getRowByIndex ( 1 ) . addRow ) . toBeFalse ( ) ;
138133 } ) ;
139- < < < << << HEAD
140- = === ===
141134
142135 it ( 'should navigate to added row on snackbar button click.' , async ( ) => {
143136 const rows = grid . rowList . toArray ( ) ;
@@ -203,6 +196,5 @@ describe('IgxGrid - Row Adding #grid', () => {
203196 expect ( rowOffsets . top >= gridOffsets . top && rowOffsets . bottom <= gridOffsets . bottom ) . toBeTruthy ( ) ;
204197 } ) ;
205198
206- > >>> >>> 2 b5c0d66f896d99d9b29a30b6965ac9184fd8685
207199 } ) ;
208200} ) ;
You can’t perform that action at this time.
0 commit comments