Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests wait for idle by default after setting module input (#1200)
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Part of insightsengineering/coredev-tasks#503 ### Changes description - [feature] Wait for app to be idle by default (skips if `wait = FALSE` parameter is passed) - [fix] Removes 5s waiting on every `app_driver$click()` - It was waiting for UI to be stable for 5s, instead of setting the timeout. - Current default timeout is set on constructor at 20s
- Loading branch information