Created
July 29, 2013 14:36
-
-
Save freynaud/6104747 to your computer and use it in GitHub Desktop.
tests
This file contains hidden or 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
Tests run: 210, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 837.573 sec <<< FAILURE! | |
Results : | |
Failed tests: testShouldThrowAnExceptionIfAnAlertHasNotBeenDealtWithAndDismissTheAlert(org.uiautomation.ios.selenium.AlertsTest): timeout waiting for a response for request id : 286(..) | |
testSwitchingToMissingAlertThrows(org.uiautomation.ios.selenium.AlertsTest): alert present: {(..) | |
testCanFlickVerticallyFast(org.uiautomation.ios.selenium.interactions.touch.TouchFlickTest): Expected y < 3764, but got y = 3764 | |
testCanScrollHorizontally(org.uiautomation.ios.selenium.interactions.touch.TouchScrollTest): Expected x > 1500, but got x = 764 | |
testCanScrollHorizontallyFromWebElement(org.uiautomation.ios.selenium.interactions.touch.TouchScrollTest): Expected x > 1500, but got x = 764 | |
testCanScrollVertically(org.uiautomation.ios.selenium.interactions.touch.TouchScrollTest): end point is not within the bounds of the screen(..) | |
testCanScrollVerticallyFromWebElement(org.uiautomation.ios.selenium.interactions.touch.TouchScrollTest): Expected y > 4200, but got y = 1828 | |
Tests run: 210, Failures: 7, Errors: 0, Skipped: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment