summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPNUITests/RelayTests.swift2
-rw-r--r--ios/MullvadVPNUITests/tests.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ios/MullvadVPNUITests/RelayTests.swift b/ios/MullvadVPNUITests/RelayTests.swift
index f92feee29e..e38881429a 100644
--- a/ios/MullvadVPNUITests/RelayTests.swift
+++ b/ios/MullvadVPNUITests/RelayTests.swift
@@ -126,6 +126,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
// Should be two UDP connection attempts but sometimes only one is shown in the UI
TunnelControlPage(app)
+ .tapRelayStatusExpandCollapseButton()
.verifyConnectionAttemptsOrder()
.tapCancelButton()
}
@@ -252,6 +253,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
// Should be two UDP connection attempts but sometimes only one is shown in the UI
TunnelControlPage(app)
+ .tapRelayStatusExpandCollapseButton()
.verifyConnectingOverTCPAfterUDPAttempts()
.waitForConnectedLabel()
.tapDisconnectButton()
diff --git a/ios/MullvadVPNUITests/tests.json b/ios/MullvadVPNUITests/tests.json
index 19f5ec287a..3841f81c22 100644
--- a/ios/MullvadVPNUITests/tests.json
+++ b/ios/MullvadVPNUITests/tests.json
@@ -9,7 +9,8 @@
],
"pr-merge-to-main": [
"AccountTests/testLogin",
- "AccountTests/testCreateAccount"
+ "AccountTests/testCreateAccount",
+ "RelayTests"
],
"api-tests": [
"AccountTests"