-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1163 extend
TealAppDriver$new()
and TealAppDriver$click()
with `$…
…wait_for_idle()` calls (#1171) Close #1163 - removed all `$wait_for_idle()` calls after `TealAppDrvier$new()` as I extended the method to call `$wait_for_idle()` - removed all `$wait_for_idle()` calls after `app$click()` as I extended the method to call `$wait_for_idle()` - removed all `$wait_for_idle()` calls after `app$navigate_teal_tab()` as it is called inside the method already Questions: - Should we add `timeout` parameter to initialize that will be passed to `self$wait_for_idle()` or add `...` in `self$wait_for_idle(...)` at the end of the call. So that during `TealAppDriver$new()` you can pass `timeout = `. - `app$navigate_teal_tab` uses `private$idle_timeout` (`self$wait_for_idle(timeout = private$idle_timeout)`). Should we use `private$idle_timeout` in `TealAppDrvier$new` where we call `$wait_for_idle()`. Also, should we set `private$idle_timeout` in `TealAppDrvier$new` --------- Signed-off-by: André Veríssimo <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: André Veríssimo <[email protected]>
- Loading branch information
1 parent
8e3dfa3
commit 3bdb696
Showing
12 changed files
with
67 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.