From de319927c1b9827b15dbba5b77aa26c0fb4f635f Mon Sep 17 00:00:00 2001 From: Niklas Berglund Date: Mon, 13 May 2024 18:26:44 +0200 Subject: [PATCH] Same fix for testWireguardOverTCPAutomatically --- ios/MullvadVPNUITests/RelayTests.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ios/MullvadVPNUITests/RelayTests.swift b/ios/MullvadVPNUITests/RelayTests.swift index d0550f3c718c..959ec3f039a1 100644 --- a/ios/MullvadVPNUITests/RelayTests.swift +++ b/ios/MullvadVPNUITests/RelayTests.swift @@ -183,7 +183,11 @@ class RelayTests: LoggedInWithTimeUITestCase { .tapDoneButton() TunnelControlPage(app) - .tapSecureConnectionButton() + .tapSelectLocationButton() + + SelectLocationPage(app) + .tapLocationCellExpandButton(withName: "Gothenburg") + .tapLocationCell(withName: relayInfo.name) // Should be two UDP connection attempts but sometimes only one is shown in the UI TunnelControlPage(app)