Skip to content

Commit cd49838

Browse files
committed
Merge branch 'fix-testwireguardovertcpautomatically-and-ios-1027'
2 parents e20a0b2 + ba52fcb commit cd49838

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ios/MullvadVPNUITests/RelayTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
126126

127127
// Should be two UDP connection attempts but sometimes only one is shown in the UI
128128
TunnelControlPage(app)
129+
.tapRelayStatusExpandCollapseButton()
129130
.verifyConnectionAttemptsOrder()
130131
.tapCancelButton()
131132
}
@@ -252,6 +253,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
252253

253254
// Should be two UDP connection attempts but sometimes only one is shown in the UI
254255
TunnelControlPage(app)
256+
.tapRelayStatusExpandCollapseButton()
255257
.verifyConnectingOverTCPAfterUDPAttempts()
256258
.waitForConnectedLabel()
257259
.tapDisconnectButton()

ios/MullvadVPNUITests/tests.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"pr-merge-to-main": [
1111
"AccountTests/testLogin",
12-
"AccountTests/testCreateAccount"
12+
"AccountTests/testCreateAccount",
13+
"RelayTests"
1314
],
1415
"api-tests": [
1516
"AccountTests"

0 commit comments

Comments
 (0)