summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJon Petersson <jon.petersson@mullvad.net>2025-10-21 11:58:00 +0200
committerJon Petersson <jon.petersson@mullvad.net>2025-10-22 12:35:49 +0200
commit8972517b9515d9b4dba36fecb33695fccd290f18 (patch)
tree53359a86053147e967b0a5e290509de7e2b5e804
parent907b64d55b82eaf7600ff56e0a380c8ebcdd3235 (diff)
downloadmullvadvpn-8972517b9515d9b4dba36fecb33695fccd290f18.tar.xz
mullvadvpn-8972517b9515d9b4dba36fecb33695fccd290f18.zip
Fix nightly tests
-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)