paypal / Illuminator

iOS Automator
Apache License 2.0
38 stars 27 forks source link

Re-enable bridge tests by fixing V2 bridge #100

Open ianfixes opened 7 years ago

ianfixes commented 7 years ago

Removing this code to get the V2 example application to pass its tests, because it causes a crash.

    func testExample_bridge() {
        let app = XCUIApplication()
        XCTUIBridge.sendNotification("showAlert")
        let alert = app.alerts["Alert"]
        alert.collectionViews.buttons["OK"].tap()
    }