summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Classes
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2024-12-19 16:57:13 +0100
committeracb-mv <158061187+acb-mv@users.noreply.github.com>2025-01-02 10:05:47 +0100
commit5fa64e87b65e2b8cd99d3df4f4d76bf86c1507ea (patch)
treea5dff3e368f7444c0a0b6171a49440d4680b31fb /ios/MullvadVPN/Classes
parent3eed252d030eadd388332d5599452ea6f62fed07 (diff)
downloadmullvadvpn-5fa64e87b65e2b8cd99d3df4f4d76bf86c1507ea.tar.xz
mullvadvpn-5fa64e87b65e2b8cd99d3df4f4d76bf86c1507ea.zip
Fix testVerifySettingsStillChanged to work with new UI
Diffstat (limited to 'ios/MullvadVPN/Classes')
-rw-r--r--ios/MullvadVPN/Classes/AccessbilityIdentifier.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift b/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
index 86fc7df767..60b0c22fe9 100644
--- a/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
+++ b/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
@@ -181,6 +181,8 @@ public enum AccessibilityIdentifier: Equatable {
case wireGuardObfuscationOff
case wireGuardObfuscationUdpOverTcp
case wireGuardObfuscationShadowsocks
+ case wireGuardObfuscationUdpOverTcpPort
+ case wireGuardObfuscationShadowsocksPort
case wireGuardPort(UInt16?)
case udpOverTcpObfuscationSettings