This is related to Unable to tap (x,y) coordinate in landscape mode. I'm having difficulties controlling the coordinates in my UI tests with a landscape oriented simulator.
I've implemented the SmartXCUICoordinate for my UI tests. The tap() and press(forDuration duration: TimeInterval) methods work well.
I was wondering if someone has found a workaround for the method:
press(forDuration duration: TimeInterval, thenDragTo otherCoordinate: XCUICoordinate)
I haven't able to get away with wrapping this method since it takes in a XCUICoordinate rather than a SmartXCUICoordinate. Any help is much appreciated!