Skip to content

Commit

Permalink
Update e2e/component/KeyboardNavigation.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
dmtrKovalenko and oliviertassinari committed Jun 28, 2020
1 parent d6917b6 commit 72c0c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/component/KeyboardNavigation.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DesktopDatePicker, MobileDatePicker, TimePicker } from '@material-ui/pi
describe('Keyboard navigation', () => {
context('DatePicker', () => {
function testCalendarKeyboardNavigation() {
console.log(document.activeElement);
cy.get('body').type('{rightarrow}');
cy.findByLabelText('Oct 8, 2017').should('be.focused');

Expand Down

0 comments on commit 72c0c89

Please sign in to comment.