diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 17:21:10 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 17:21:10 -0800 |
| commit | ecd16748a21b7950c6d87b5a8c8d6d26f312a043 (patch) | |
| tree | d988633bc85e8e8c093b2d793343668c40a956cb /frontend/src/App.test.tsx | |
| parent | 208eb0d25d8630548191e7d9e98e3d66ef9e9d5f (diff) | |
| download | neko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.tar.gz neko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.tar.bz2 neko-ecd16748a21b7950c6d87b5a8c8d6d26f312a043.zip | |
feat(v2): add neko cat toggle for sidebar (NK-jyw7lb)
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 |
