Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 28, 2020
1 parent 807ebe0 commit cbe660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/TreeItem/TreeItem.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ describe('<TreeItem />', () => {

getByTestId('apple').focus();
expect(getByTestId('apple')).to.have.focus;
fireEvent.keyDown(document.activeElement, { key: 'c', ctrlKey: true });
fireEvent.keyDown(document.activeElement, { key: 'v', ctrlKey: true });
expect(getByTestId('apple')).to.have.focus;

fireEvent.keyDown(document.activeElement, { key: 'v', metaKey: true });
Expand Down

0 comments on commit cbe660b

Please sign in to comment.