Skip to content

Commit

Permalink
test(grid): fix failing test #3467
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Dec 20, 2018
1 parent 93dacc3 commit 8187079
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ describe('IgxTreeGrid Component Tests', () => {

it(`should render all records exactly if height is 100% and parent container\'s height is unset and
there are fewer than 10 records in the data view`, fakeAsync(() => {
fix = TestBed.createComponent(IgxTreeGridWrappedInContComponent);
grid.height = '100%';
fix.componentInstance.data = fix.componentInstance.data.slice(0, 1);
tick();
Expand All @@ -78,7 +77,6 @@ describe('IgxTreeGrid Component Tests', () => {

it(`should render 11 records if height is 100% and parent container\'s height is unset and
display density is changed`, fakeAsync(() => {
fix = TestBed.createComponent(IgxTreeGridWrappedInContComponent);
grid.height = '100%';
fix.componentInstance.density = DisplayDensity.compact;
tick();
Expand Down

0 comments on commit 8187079

Please sign in to comment.