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 d23ab7b921
commit 7b4626fc48

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.