-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve test cases #677
Improve test cases #677
Conversation
Removed 3-second Safari-specific wait
Removed 3-second Safari-specific wait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks pretty thorough, Dave!
I only noticed one small thing that needs to be corrected.
test/etaoin/api_test.clj
Outdated
(e/wait-predicate | ||
(fn [] (= "function" (e/js-execute *driver* "return typeof injected_func;"))) | ||
{:timeout 30 | ||
:internval 0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: :internval
should be :interval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed and pushed. Thanks.
Note that this DOESN'T fully close 640. It's just a snapshot of current work.
Please complete and include the following checklist:
I have read CONTRIBUTING and the Etaoin Developer Guide.
This PR corresponds to an issue that the Etaoin maintainers have agreed to address.
This PR contains test(s) to protect against future regressions
I have updated CHANGELOG.adoc with a description of the addressed issue.