AE
Size: a a a
AE
AE
func testPoppingAViewController() {
epic("Some epic")
feature("Some feature")
story("Some story")
step("Tap on More Info Button") {
app.buttons["More Info"].tap()
}
step("Verify Volleyball exists") {
XCTAssert(app.navigationBars["Volleyball?"].exists)
}
step("Tag on next elemennt") {
app.navigationBars.buttons.element(boundBy: 0).tap()
}
step("Verify Volley exists") {
XCTAssert(app.navigationBars["Vlley"].exists)
}
}
```БЛ
БЛ
A
AE
A
A
A
AE
A
A
AK
A
VF
VF
AK
A
A
A