Skip to content

Commit

Permalink
chore(select a11y): add empty test cases with @todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Oct 21, 2024
1 parent af8a222 commit 0ab2915
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,4 +578,10 @@ describe('<SingleSelectA11y />', () => {
expect(onChange).toHaveBeenCalledTimes(1)
expect(onChange).toHaveBeenCalledWith('foo')
})

// @TODO
it.skip('should move up an entire page', () => {})
it.skip('should move up half a page to the first option', () => {})
it.skip('should move down an entire page', () => {})
it.skip('should move down half a page to the last option', () => {})
})

0 comments on commit 0ab2915

Please sign in to comment.