Attempt fixing the UI tests

This commit is contained in:
Stefan Ceriu 2023-12-18 09:48:45 +02:00 committed by Stefan Ceriu
parent b1b8bbcd73
commit 4ac0ad51d7
3 changed files with 7 additions and 4 deletions

View File

@ -54,6 +54,9 @@ class PollFormScreenUITests: XCTestCase {
app.swipeUp()
}
addOption.tap()
}
if app.hasFocus {
app.typeText("\n") // Dismiss the keyboard so the Add button is always visible.
}