Skip to content

Commit 641cb3a

Browse files
marcelo-portugalmportuga
authored andcommitted
chore: 🤖 attempting to fix broken tests in build
1 parent f51d74f commit 641cb3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎packages/cellnav/test/uiGridCellNavService.spec.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ describe('ui.grid.edit uiGridCellNavService', function() {
2222

2323
grid = gridClassFactory.createGrid();
2424
// throttled scrolling isn't working in tests for some reason
25-
grid.gridHeight = 30;
25+
grid.headerHeight = 0;
26+
grid.footerHeight = 0;
27+
grid.gridHeight = 20;
2628
grid.options.rowHeight = 30;
2729
grid.options.scrollDebounce = 0;
2830
grid.options.columnDefs = [

0 commit comments

Comments
 (0)