We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a5066 commit 7e567c8Copy full SHA for 7e567c8
ios/MullvadVPNUITests/RelayTests.swift
@@ -171,6 +171,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
171
.enterText("4001")
172
.dismissKeyboard()
173
.swipeDownToDismissModal()
174
+ .swipeDownToDismissModal() // After editing text field the table is first responder for the first swipe so we need to swipe twice to swipe the modal
175
176
TunnelControlPage(app)
177
.tapSecureConnectionButton()
0 commit comments