這是我的自定義視圖,其中"LondonStreet"
是一個按鈕。如何在Safari中打開url並返回到Xcode 7中UITests下的應用程序?
當我點擊該按鈕,我得到URL和Safari中打開它(它的工作原理)。然後我可以回去,使用"Back to Wishlist"
按鈕(它也可以)。
的問題是,當我嘗試下UITests來進行測試。
itemsTable.cells.elementBoundByIndex(0).buttons["addressButton"].tap() //press the button to open link in Safari
隨着這條線:
app.statusBars.buttons["Back to Wishlist"].tap() //go back, doesn't work, although it was recorded by Xcode itself.
是一個錯誤:
UI Testing Failure - Failed to get screenshot within 5s.
而且還問題導航
UI Testing failure - Unable to update application state promptly.
我想你是對:( –