diff options
| -rw-r--r-- | ios/MullvadVPNUITests/RelayTests.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPNUITests/RelayTests.swift b/ios/MullvadVPNUITests/RelayTests.swift index 4cf644f5bc..fb1afdfcd3 100644 --- a/ios/MullvadVPNUITests/RelayTests.swift +++ b/ios/MullvadVPNUITests/RelayTests.swift @@ -418,7 +418,7 @@ class RelayTests: LoggedInWithTimeUITestCase { VPNSettingsPage(app) .tapWireGuardObfuscationExpandButton() - .tapWireGuardObfuscationOffCell() + .tapWireGuardObfuscationAutomaticCell() .tapBackButton() SettingsPage(app) |
