Skip to content

Commit

Permalink
Same fix for testWireguardOverTCPAutomatically
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed May 13, 2024
1 parent d267afc commit de31992
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ios/MullvadVPNUITests/RelayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de31992

Please sign in to comment.