diff options
Diffstat (limited to 'frontend/src/App.test.tsx')
| -rw-r--r-- | frontend/src/App.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App.test.tsx b/frontend/src/App.test.tsx index d0c31fd..303ac7e 100644 --- a/frontend/src/App.test.tsx +++ b/frontend/src/App.test.tsx @@ -31,7 +31,7 @@ describe('App', () => { render(<App />); await waitFor(() => { - expect(screen.getByText(/neko reader/i)).toBeInTheDocument(); + expect(screen.getByText('🐱')).toBeInTheDocument(); }); // Test Logout |
