Skip to content

Commit 136efe2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ManageList.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('ManageList Component', () => {
88
expect(screen.getByLabelText('Item Name:')).toBeInTheDocument();
99
expect(screen.getByLabelText('Soon')).toBeInTheDocument();
1010
expect(screen.getByLabelText('Kind of soon')).toBeInTheDocument();
11-
expect(screen.getByLabelText('Not Soon')).toBeInTheDocument();
11+
expect(screen.getByLabelText('Not soon')).toBeInTheDocument();
1212
expect(screen.getByText('Submit')).toBeInTheDocument();
1313
});
1414

0 commit comments

Comments
 (0)