Skip to content

Commit

Permalink
chore: remove accidental console.log from grid-pro test (#8170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Nov 18, 2024
1 parent f3f7ed5 commit d5a30c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grid-pro/test/keyboard-navigation.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ describe('keyboard navigation', () => {

await sendKeys({ press: 'Tab' });
const secondCellContent = getContainerCellContent(grid.$.items, 0, 1);
console.log(secondCellContent);
expect(secondCellContent.contains(document.activeElement)).to.be.true;
});

Expand Down

0 comments on commit d5a30c7

Please sign in to comment.