Created
July 31, 2013 15:08
-
-
Save freynaud/6122802 to your computer and use it in GitHub Desktop.
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: 6, Errors: 0, Skipped: 0, Time elapsed: 835.866 sec <<< FAILURE! | |
Results : | |
Failed tests: testCanFlickHorizontallyFast(org.uiautomation.ios.selenium.interactions.touch.TouchFlickTest): Expected x < 1355, but got x = 1355 | |
testCanFlickVertically(org.uiautomation.ios.selenium.interactions.touch.TouchFlickTest): Expected y < 1828, but got y = 1828 | |
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: 6, Errors: 0, Skipped: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment