Skip to content

Commit b87809f

Browse files
committed
Merge master into teodosiah/add-new-row-keyboard-nav
1 parent 76769b3 commit b87809f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-add-row.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ import {
1111
import { By } from '@angular/platform-browser';
1212
import { IgxActionStripComponent } from '../../action-strip/action-strip.component';
1313
import { 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-
=======
1814
import { UIInteractions, wait } from '../../test-utils/ui-interactions.spec';
19-
>>>>>>> 2b5c0d66f896d99d9b29a30b6965ac9184fd8685
2015

2116
describe('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-
>>>>>>> 2b5c0d66f896d99d9b29a30b6965ac9184fd8685
207199
});
208200
});

0 commit comments

Comments
 (0)