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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend-vanilla/src/main.test.ts b/frontend-vanilla/src/main.test.ts
index d5681b8..7cae34b 100644
--- a/frontend-vanilla/src/main.test.ts
+++ b/frontend-vanilla/src/main.test.ts
@@ -62,7 +62,7 @@ describe('main application logic', () => {
renderLayout();
expect(document.getElementById('sidebar')).not.toBeNull();
expect(document.getElementById('content-area')).not.toBeNull();
- expect(document.getElementById('logo-link')).not.toBeNull();
+ expect(document.getElementById('sidebar-toggle-btn')).not.toBeNull();
});
it('renderFeeds should populate feed list', () => {