-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release/1.0.5 #200
Merged
Merged
Release/1.0.5 #200
Conversation
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
These require a UITextField with the keyboard showing or they will occasionally fail with Timed out waiting for key event to complete The fact that they sometimes pass is troubling - how did they ever pass?
Must refer to an installed application - not a running application.
…launching POST /session raises when app is not installed and when app fails to launch
before making an expensive XCUITest query
Trying to avoid 'missing' an alert with the isSpringBoardShowingAnAlert call to UIApplication
…isible-SpringBoard-alert-before-XCUITest-query SpringBoard: ask UIApplication for SpringBoard alert before making an expensive XCUITest query
DeviceAgent 1.0.4 used XCUIElement [button tap]. This seems to have made SpringBoard interactions less stable. This change taps the alert button using coordinates that have been translated given the SpringBoard interface orientation and application size.
Previously, the wait only happened when the alert was successfully dismissed. The idea here is that we should wait if a button tap failed and hopefully dismiss the alert on the next time around
…rts-by-touching-coordinates Dismiss SpringBoard alerts by touching alert buttons with coordinates
…ash.framework-0.20.4 TestApp: update to calabash.framework 0.20.4
* Jan 12 2017 * 1d361a83599948b0110c12946a8cf75a37f295f2
for Lumberjack 3.0.0
…Lumberjack-definitions Update CocoaLumberjack to 3.0.0
…gDebug Use CocoaLumberjack for logging
for gestures like touch
…s-to-match-XCUITest Increase touch duration to 0.2 to match XCUITest
…localizations Add SpringBoard alert localizations to 1.0.5
Jenkins test this please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.0.5
expensive XCUITest query SpringBoard: ask UIApplication for SpringBoard alert before making an expensive XCUITest query #190
launch POST /session raises when app is not installed and when app fails to launch #189
Fitness
One failure because of a problem on Test Cloud.