diff --git a/tests/ui/LHNItemsPresence.tsx b/tests/ui/LHNItemsPresence.tsx index 4ddf4102539e..b7e14bb5bd82 100644 --- a/tests/ui/LHNItemsPresence.tsx +++ b/tests/ui/LHNItemsPresence.tsx @@ -324,7 +324,7 @@ describe('SidebarLinksData', () => { lastReadTime: report.lastVisibleActionCreated, }); - // The repot should not disapper in the sidebar because we are in the focus mode + // The report should not disappear in the sidebar because we are in the focus mode expect(getOptionRows()).toHaveLength(0); }); });