Skip to content

Commit e27dfb7

Browse files
committed
await getDefaultRenderedSidebarLinks
1 parent 37cf43a commit e27dfb7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ui/LHNItemsPresence.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ describe('SidebarLinksData', () => {
149149
expect(getOptionRows()).toHaveLength(0);
150150

151151
// When the SidebarLinks are rendered again with the current active report ID.
152-
LHNTestUtils.getDefaultRenderedSidebarLinks(report.reportID);
153-
await waitForBatchedUpdates();
152+
await LHNTestUtils.getDefaultRenderedSidebarLinks(report.reportID);
154153

155154
await waitForBatchedUpdatesWithAct();
156155
// Then the active report should be displayed as part of LHN,

0 commit comments

Comments
 (0)