Skip to content

Commit

Permalink
Reset location selection
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed May 15, 2024
1 parent 8fde86c commit cb52f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ios/MullvadVPNUITests/ConnectivityTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ class ConnectivityTests: LoggedOutUITestCase {
filterCloseButton.tap()
}

// Reset selected location to Sweden
SelectLocationPage(self.app)
.tapLocationCell(withName: "Sweden")

self.returnAccountWithTime(accountNumber: hasTimeAccountNumber)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BaseUITestCase: XCTestCase {
static let defaultTimeout = 5.0
static let longTimeout = 15.0
static let veryLongTimeout = 20.0
static let extremelyLongTimeout = 180.0
static let extremelyLongTimeout = 120.0
static let shortTimeout = 1.0

// swiftlint:disable force_cast
Expand Down

0 comments on commit cb52f80

Please sign in to comment.