Skip to content

Commit

Permalink
Merge pull request #46708 from margelo/fix/e2e-open-chat-finder-fix
Browse files Browse the repository at this point in the history
[NoQA] e2e: fix chat finder page test
  • Loading branch information
roryabraham committed Aug 2, 2024
2 parents b149eb0 + d23e1f9 commit 63ac688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/E2E/tests/openChatFinderPageTest.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const test = () => {
Performance.subscribeToMeasurements((entry) => {
if (entry.name === CONST.TIMING.SIDEBAR_LOADED) {
console.debug(`[E2E] Sidebar loaded, navigating to chat finder route…`);
Performance.markStart(CONST.TIMING.CHAT_FINDER_RENDER);
Navigation.navigate(ROUTES.CHAT_FINDER);
return;
}
Expand Down

0 comments on commit 63ac688

Please sign in to comment.