Revert previous poll UI test keyboard dismissal change as it doesn't work on iPhones.

This commit is contained in:
Stefan Ceriu 2024-01-09 09:39:28 +02:00 committed by Stefan Ceriu
parent 90eb426832
commit 46575d3285

View File

@ -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.