Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: let Jasmine handle promises (#57)
* test: let Jasmine handle promises Last in line for apache/cordova#169 * lock in portrait mode to avoid trouble on CI cordova-paramedic runs the SauceLabs CI tests in portrait mode. For the Android 7.0 target, it seemed as our locking to landscape interferes with the Appium driver trying to set the app to portrait orientation. The result is a failure to connect to the device and finally a timeout. To avoid that, we are locking the app into portrait mode instead. * test: verify orientation after locking
- Loading branch information