Explorar o código

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

Jason Hunter %!s(int64=3) %!d(string=hai) anos
pai
achega
de3a19c4f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();