-
Notifications
You must be signed in to change notification settings - Fork 27
Adopt some conveniences via masilotti.com #104
Comments
Happy to help if you have any specific questions! |
Thanks :) My suspicion is that you found this via a google alert (and not because you're already a fan of this project), but I'm still interested to hear what you think of this framework in general. |
@joemasilotti This code seems to pass when it shouldn't -- in my tests, it returns true even when the element is several swipes off screen: let window = app.windows.element(boundBy: 0)
let element = app.buttons["On"]
XCTAssert(CGRectContainsRect(window.frame, element.frame)) In #107 I'm using |
I've noticed that |
Does that represent the case where the element is created within the main window but pushed out of view by other elements? |
Perhaps... its hard to tell, sometimes. If you can update, UI Testing feels a little more reliable in Xcode 8.3. Granted, you won't be able to release to the App Store until it comes out of beta. |
http://masilotti.com/ui-testing-cheat-sheet/
Specifically, pull-to-refresh for scrollable elements (tables, collectionViews)
And possibly multi-wheel pickers, if we can make a general solution
The text was updated successfully, but these errors were encountered: