Skip to content

Commit

Permalink
Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 7, 2024
1 parent f8b8162 commit 4ffcd3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-datetime-picker/src/DateTimeInput.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ describe('DateTimeInput', () => {
expect(dayInput).toHaveFocus();
});

it('does not jump to the next field when right arrow is pressed when the last input is focused', async () => {
// See https://github.com/capricorn86/happy-dom/issues/1592
it.skip('does not jump to the next field when right arrow is pressed when the last input is focused', async () => {
const { container } = render(<DateTimeInput {...defaultProps} />);

const select = container.querySelector('select') as HTMLSelectElement;
Expand Down

0 comments on commit 4ffcd3a

Please sign in to comment.