Browse Source

Update web/src/__tests__/Sidebar.test.jsx

Jason Hunter 3 years ago
parent
commit
de3a19c4f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/__tests__/Sidebar.test.jsx

+ 1 - 1
web/src/__tests__/Sidebar.test.jsx

@@ -31,7 +31,7 @@ describe('Sidebar', () => {
     expect(screen.queryByRole('link', { name: 'side' })).toBeInTheDocument();
   });
 
-  test('render cameras if in camera route', async () => {
+  test('render cameras if in record route', async () => {
     window.history.replaceState({}, 'Front Recordings', '/recording/front');
     render(<Sidebar />);
     expect(screen.queryByRole('link', { name: 'front' })).toBeInTheDocument();