Github user alsorokin commented on the pull request:
https://github.com/apache/cordova-medic/pull/103#issuecomment-218501201
Some background on this:
Tests were failing because Appium callback couldn't reach the Appium server
from app side due to whitelist restrictions, therefore any `executeAsync` would
fail.
The fix is to include `<access origin="*" />` to `config.xml` file before
test run.
Also, as a small improvement I've fixed `tapElementByXPath` function to
work with fractional numbers. This also was a cause of test failures.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]