From 18f732cf3e4e1ebd5c3c1d167ee777f84393dd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Thu, 21 Mar 2024 11:32:24 +0100 Subject: [PATCH] test: disable invalid test (#7251) --- packages/grid-pro/test/keyboard-navigation.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grid-pro/test/keyboard-navigation.common.js b/packages/grid-pro/test/keyboard-navigation.common.js index a45ad9f793..7fc7400e84 100644 --- a/packages/grid-pro/test/keyboard-navigation.common.js +++ b/packages/grid-pro/test/keyboard-navigation.common.js @@ -113,7 +113,7 @@ describe('keyboard navigation', () => { expect(getCellEditor(firstCell)).to.be.not.ok; }); - it('should focus correct editable cell after column reordering', () => { + it.skip('should focus correct editable cell after column reordering', () => { grid.columnReorderingAllowed = true; const headerContent = [ getContainerCell(grid.$.header, 0, 0)._content,