Skip to content

Commit 56bc68a

Browse files
committed
Fix tests
1 parent f264fbb commit 56bc68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common/components/Router/__tests__/TabNavigation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('TabNavigation', () => {
222222
expect(screen.getByTestId('mock-ion-tab-button-home')).toHaveAttribute('data-href', '/tabs/home');
223223

224224
// Check for analytics tab button
225-
expect(screen.getByTestId('mock-ion-tab-button-reports')).toHaveAttribute('data-href', '/reports');
225+
expect(screen.getByTestId('mock-ion-tab-button-reports')).toHaveAttribute('data-href', '/tabs/reports');
226226

227227
// Check for chat tab button
228228
expect(screen.getByTestId('mock-ion-tab-button-chat')).toHaveAttribute('data-href', '/tabs/chat');

0 commit comments

Comments
 (0)