Skip to content

Instantly share code, notes, and snippets.

@freynaud
Created July 31, 2013 15:08
Show Gist options
  • Save freynaud/6122802 to your computer and use it in GitHub Desktop.
Save freynaud/6122802 to your computer and use it in GitHub Desktop.
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