Skip to content
Permalink
Browse files
Try to select a picker item with UI Testing
  • Loading branch information
joemasilotti committed Aug 25, 2015
1 parent 3d48892 commit bb20ab4
Showing 1 changed file with 5 additions and 0 deletions.
@@ -9,5 +9,10 @@
import XCTest

class UIPickerViewTesterUITests: XCTestCase {
func testPicker() {
let app = XCUIApplication()
app.launch()

app.pickerWheels["iPhone 3GS"].tap()
}
}

0 comments on commit bb20ab4

Please sign in to comment.