diff --git a/UITests/Sources/PollFormScreenUITests.swift b/UITests/Sources/PollFormScreenUITests.swift index 4f55acb44..f1b04a5d5 100644 --- a/UITests/Sources/PollFormScreenUITests.swift +++ b/UITests/Sources/PollFormScreenUITests.swift @@ -59,7 +59,7 @@ class PollFormScreenUITests: XCTestCase { addOption.tap() } - app.swipeUp() // Dismiss the keyboard so the Add button is always visible. + app.swipeDown() // Dismiss the keyboard so the Add button is always visible. app.swipeUp() // Ensures that the bottom is shown.