"LondonStreet"
これは、ボタンがある私のカスタム ビューです。
そのボタンをタップすると、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 テストの失敗 - 5 秒以内にスクリーンショットを取得できませんでした。
また、問題のナビゲーターでも
UI テストの失敗 - アプリケーションの状態をすぐに更新できません。