We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd24c62 commit 2a50477Copy full SHA for 2a50477
ExampleMVVMUITests/Presentation/MoviesScene/MoviesSceneUITests.swift
@@ -27,6 +27,7 @@ class MoviesSceneUITests: XCTestCase {
27
if !app.keys["A"].waitForExistence(timeout: 5) {
28
XCTFail("The keyboard could not be found. Use keyboard shortcut COMMAND + SHIFT + K while simulator has focus on text input")
29
}
30
+ _ = app.searchFields[AccessibilityIdentifier.searchField].waitForExistence(timeout: 10)
31
app.searchFields[AccessibilityIdentifier.searchField].typeText(searchText)
32
app.buttons["search"].tap()
33
0 commit comments