Skip to content

Commit 10eefac

Browse files
committed
Skip failing test
See capricorn86/happy-dom#1592
1 parent f8b8162 commit 10eefac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-datetime-picker/src/DateTimeInput.spec.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ describe('DateTimeInput', () => {
537537
expect(dayInput).toHaveFocus();
538538
});
539539

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

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

0 commit comments

Comments
 (0)