This commit is contained in:
wrzesinski-hubert
2021-01-14 15:02:28 +01:00
parent 78e63ce587
commit afd809a9ec
4 changed files with 31 additions and 6 deletions

View File

@@ -16,5 +16,5 @@ afterAll(() => {
test('renders component', async () => {
const addItem = jest.fn();
customRender(<Scheduler/>);
expect(screen.getByText(/chuj/i)).toBeInTheDocument();
expect(screen.getByText(/Poniedziałek/i)).toBeInTheDocument();
});