aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/main.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/src/main.test.ts')
-rw-r--r--frontend-vanilla/src/main.test.ts3
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', () => {