From 7b4626fc481d71cff33ef3d0edc74850db730f11 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 9 Jan 2024 09:39:28 +0200 Subject: [PATCH] Revert previous poll UI test keyboard dismissal change as it doesn't work on iPhones. --- UITests/Sources/PollFormScreenUITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.