fix: apply biome formatting to terminal-perf.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2026-04-11 08:31:26 +00:00
parent 4c867d0e9e
commit f1e85898a2

View File

@@ -137,9 +137,7 @@ export async function navigateToTerminal(
// then replaces the URL with the clean workspace route after preparing the tab.
const cleanWorkspaceRoute = buildWorkspaceUrl(input.cwd);
await page.waitForURL(
(url) =>
url.pathname === cleanWorkspaceRoute &&
!url.searchParams.has("open"),
(url) => url.pathname === cleanWorkspaceRoute && !url.searchParams.has("open"),
{ timeout: 15_000 },
);