Skip to content

Commit 3b491b4

Browse files
author
Nika Kolesnikova
committed
fix: fix input label to be "Not soon"
1 parent bab0fc6 commit 3b491b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/List.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('List Component', () => {
3131
expect(screen.getByLabelText('Item Name:')).toBeInTheDocument();
3232
expect(screen.getByLabelText('Soon')).toBeInTheDocument();
3333
expect(screen.getByLabelText('Kind of soon')).toBeInTheDocument();
34-
expect(screen.getByLabelText('Not Soon')).toBeInTheDocument();
34+
expect(screen.getByLabelText('Not soon')).toBeInTheDocument();
3535
expect(screen.getByText('Submit')).toBeInTheDocument();
3636
});
3737
});

0 commit comments

Comments
 (0)