Skip to content

Commit

Permalink
Merge branch 'fix-testwireguardovertcpautomatically-and-ios-1027'
Browse files Browse the repository at this point in the history
  • Loading branch information
rablador committed Jan 23, 2025
2 parents e20a0b2 + ba52fcb commit cd49838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ios/MullvadVPNUITests/RelayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class RelayTests: LoggedInWithTimeUITestCase {

// Should be two UDP connection attempts but sometimes only one is shown in the UI
TunnelControlPage(app)
.tapRelayStatusExpandCollapseButton()
.verifyConnectionAttemptsOrder()
.tapCancelButton()
}
Expand Down Expand Up @@ -252,6 +253,7 @@ class RelayTests: LoggedInWithTimeUITestCase {

// Should be two UDP connection attempts but sometimes only one is shown in the UI
TunnelControlPage(app)
.tapRelayStatusExpandCollapseButton()
.verifyConnectingOverTCPAfterUDPAttempts()
.waitForConnectedLabel()
.tapDisconnectButton()
Expand Down
3 changes: 2 additions & 1 deletion ios/MullvadVPNUITests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"pr-merge-to-main": [
"AccountTests/testLogin",
"AccountTests/testCreateAccount"
"AccountTests/testCreateAccount",
"RelayTests"
],
"api-tests": [
"AccountTests"
Expand Down

0 comments on commit cd49838

Please sign in to comment.