mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
fix(pw): wait for sidebar slide transition after setup pw
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user