We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab0fc6 commit 3b491b4Copy full SHA for 3b491b4
tests/List.test.jsx
@@ -31,7 +31,7 @@ describe('List Component', () => {
31
expect(screen.getByLabelText('Item Name:')).toBeInTheDocument();
32
expect(screen.getByLabelText('Soon')).toBeInTheDocument();
33
expect(screen.getByLabelText('Kind of soon')).toBeInTheDocument();
34
- expect(screen.getByLabelText('Not Soon')).toBeInTheDocument();
+ expect(screen.getByLabelText('Not soon')).toBeInTheDocument();
35
expect(screen.getByText('Submit')).toBeInTheDocument();
36
});
37
0 commit comments