diff --git a/tests/playwright/setup/index.ts b/tests/playwright/setup/index.ts index 600a4f9c5d..f8c33b8e98 100644 --- a/tests/playwright/setup/index.ts +++ b/tests/playwright/setup/index.ts @@ -504,6 +504,9 @@ const setup = async ({ waitUntil: 'networkidle', }); + // Wait for the sidebar slide transition to complete to avoid flaky tests + await page.waitForTimeout(500); + console.timeEnd('Setup'); return {