diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 13:49:27 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-17 13:49:27 -0800 |
| commit | 71504966c15db9b506b99a29d6b9cd52e311502b (patch) | |
| tree | 1fb3d36b1d10940fbe9ac5b2a2e3fa97e8100789 /frontend-vanilla/src/main.test.ts | |
| parent | 8848259ccec2383211182d63cd87b46ba6f05a0c (diff) | |
| download | neko-71504966c15db9b506b99a29d6b9cd52e311502b.tar.gz neko-71504966c15db9b506b99a29d6b9cd52e311502b.tar.bz2 neko-71504966c15db9b506b99a29d6b9cd52e311502b.zip | |
Soft deprecate tags feature in Settings
Diffstat (limited to 'frontend-vanilla/src/main.test.ts')
| -rw-r--r-- | frontend-vanilla/src/main.test.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend-vanilla/src/main.test.ts b/frontend-vanilla/src/main.test.ts index 40acd83..7dddc3f 100644 --- a/frontend-vanilla/src/main.test.ts +++ b/frontend-vanilla/src/main.test.ts @@ -394,7 +394,8 @@ describe('main application logic', () => { const manageSection = document.querySelector('.manage-feeds-section'); expect(manageSection).not.toBeNull(); expect(manageSection?.innerHTML).toContain('My Feed'); - expect(document.querySelector('.feed-tag-input')).not.toBeNull(); + // Tag feature soft-deprecated + // expect(document.querySelector('.feed-tag-input')).not.toBeNull(); }); it('should navigate items with j/k keys', () => { |
