summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPNUITests/Pages/TunnelControlPage.swift2
-rw-r--r--ios/MullvadVPNUITests/RelayTests.swift4
2 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPNUITests/Pages/TunnelControlPage.swift b/ios/MullvadVPNUITests/Pages/TunnelControlPage.swift
index 33fc4f56c3..9fdb0f5ae7 100644
--- a/ios/MullvadVPNUITests/Pages/TunnelControlPage.swift
+++ b/ios/MullvadVPNUITests/Pages/TunnelControlPage.swift
@@ -132,7 +132,7 @@ class TunnelControlPage: Page {
/// Verify that the app attempts to connect over UDP before switching to TCP. For testing blocked UDP traffic.
@discardableResult func verifyConnectingOverTCPAfterUDPAttempts() -> Self {
// Number of connection attempts should be equal to the number of obfuscation methods (incl. "off").
- let connectionAttempts = waitForConnectionAttempts(4, timeout: 30)
+ let connectionAttempts = waitForConnectionAttempts(4, timeout: 80)
// Should do four connection attempts but due to UI bug sometimes only two are displayed, sometimes all three
if connectionAttempts.count == 4 { // Expected retries flow
diff --git a/ios/MullvadVPNUITests/RelayTests.swift b/ios/MullvadVPNUITests/RelayTests.swift
index bee1dbe0bd..4cf644f5bc 100644
--- a/ios/MullvadVPNUITests/RelayTests.swift
+++ b/ios/MullvadVPNUITests/RelayTests.swift
@@ -251,7 +251,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
VPNSettingsPage(self.app)
.tapWireGuardObfuscationExpandButton()
- .tapWireGuardObfuscationOffCell()
+ .tapWireGuardObfuscationAutomaticCell()
}
HeaderBar(app)
@@ -418,7 +418,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
VPNSettingsPage(app)
.tapWireGuardObfuscationExpandButton()
- .tapWireGuardObfuscationAutomaticCell()
+ .tapWireGuardObfuscationOffCell()
.tapBackButton()
SettingsPage(app)