Skip to content

Commit

Permalink
Fix logs 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Aug 16, 2023
1 parent 6a93aeb commit 25af145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/E2E/tests/openSearchPageTest.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const test = () => {
console.debug('[E2E] Logged in, getting search metrics and submitting them…');

Performance.subscribeToMeasurements((entry) => {
console.debug(`[E2E] Entry: ${entry}`);
console.debug(`[E2E] Entry: ${JSON.stringify(entry)}`);
if (entry.name !== CONST.TIMING.SEARCH_RENDER) {
return;
}
Expand Down

0 comments on commit 25af145

Please sign in to comment.