From 20049bc34d798e919853d9c327895910f5120976 Mon Sep 17 00:00:00 2001 From: Marcelo Portugal Date: Mon, 9 Aug 2021 09:44:45 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20test=20setup?= =?UTF-8?q?=20to=20ensure=20it=20runs=20correctly=20in=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cellnav/test/uiGridCellNavService.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cellnav/test/uiGridCellNavService.spec.js b/packages/cellnav/test/uiGridCellNavService.spec.js index 29f46f2e7..cd7559630 100644 --- a/packages/cellnav/test/uiGridCellNavService.spec.js +++ b/packages/cellnav/test/uiGridCellNavService.spec.js @@ -22,9 +22,9 @@ describe('ui.grid.edit uiGridCellNavService', function() { grid = gridClassFactory.createGrid(); // throttled scrolling isn't working in tests for some reason - grid.headerHeight = 0; + grid.headerHeight = 10; grid.footerHeight = 0; - grid.gridHeight = 20; + grid.gridHeight = 15; grid.options.rowHeight = 30; grid.options.scrollDebounce = 0; grid.options.columnDefs = [