fix(pw): wait for sidebar slide transition after setup pw

This commit is contained in:
Ramesh Mane
2025-08-16 10:02:16 +00:00
parent 483a8fb70a
commit dc99be7458

View File

@@ -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 {