fix: Add a nominal wait time for remove overlay elements since it's already controllable through delay_before_return_html
This commit is contained in:
@@ -116,5 +116,5 @@ async () => {
|
||||
|
||||
// Wait a bit for any animations to complete
|
||||
document.body.scrollIntoView(false);
|
||||
await new Promise((resolve) => setTimeout(resolve, 250));
|
||||
await new Promise((resolve) => setTimeout(resolve, 50));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user