Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] web: add a small delay before starting clickEverywhere
When the clickEverywhere js test is started with base only, the web client opens the first app by default (see openFirstApp call in web_client.js). Unfortunately, the test clicks immediately on the apps menu and the client does not invalidate openFirstApp. Then, when trying to click on a filter, it does not exists anymore and leads to a timeout. The present timeout should solve the problem without refactoring the web client. closes odoo#33339 Signed-off-by: Christophe Monniez (moc) <[email protected]>
- Loading branch information