Skip to content

Commit de73922

Browse files
committed
Skip failing test
See capricorn86/happy-dom#1592
1 parent c5bbb5b commit de73922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-time-picker/src/TimeInput.spec.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ describe('TimeInput', () => {
338338
expect(minuteInput).toHaveFocus();
339339
});
340340

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

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

0 commit comments

Comments
 (0)