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 3b491b4 commit 136efe2Copy full SHA for 136efe2
tests/ManageList.test.jsx
@@ -8,7 +8,7 @@ describe('ManageList Component', () => {
8
expect(screen.getByLabelText('Item Name:')).toBeInTheDocument();
9
expect(screen.getByLabelText('Soon')).toBeInTheDocument();
10
expect(screen.getByLabelText('Kind of soon')).toBeInTheDocument();
11
- expect(screen.getByLabelText('Not Soon')).toBeInTheDocument();
+ expect(screen.getByLabelText('Not soon')).toBeInTheDocument();
12
expect(screen.getByText('Submit')).toBeInTheDocument();
13
});
14
0 commit comments