import { TestCase1567, TestCase2047 } from "react-day-picker/examples";

# Test Cases

Test Cases are used to test the correctness of DayPicker component.

## Case 1567

- [#1567](https://github.com/gpbl/react-day-picker/issues/1567): Stuck in a focus loop trying to focus outside day

<BrowserWindow>
  <TestCase1567 />
</BrowserWindow>

## Case 2047

- [#2047](https://github.com/gpbl/react-day-picker/issues/2047): Disabled days appearing as selected with selected prop
- Disabled days should not be focusable.

<BrowserWindow>
  <TestCase2047 />
</BrowserWindow>
