Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 29, 2025
1 parent 717c737 commit 2c8f669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grid-pro/test/keyboard-navigation.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ describe('keyboard navigation', () => {
expect(spy.calledOnce).to.be.true;
});

it('should focus editable cell on the next row in non-edit mode on Enter, if `enterNextRow` is true', async () => {
// eslint-disable-next-line
it.only('should focus editable cell on the next row in non-edit mode on Enter, if `enterNextRow` is true', async () => {
grid.enterNextRow = true;
const firstCell = getContainerCell(grid.$.items, 1, 0);
firstCell.focus();
Expand Down

0 comments on commit 2c8f669

Please sign in to comment.