Skip to content

Commit

Permalink
re enabled test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 4, 2024
1 parent 8827876 commit 19df47c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,16 @@
"GeofenceUITests\/testDeleteGeofence()",
"GeofenceUITests\/testEditGeofence()",
"LocationServicesUITests",
"MapUITests",
"MapUITests\/testLocateMeButton()",
"MapUITests\/testMapAppearance()",
"MapUITests\/testMapMaxZoomIn()",
"MapUITests\/testMapMaxZoomOut()",
"MapUITests\/testMapStyleChanges()",
"MapUITests\/testMapZoomIn()",
"MapUITests\/testMapZoomInByTap()",
"MapUITests\/testMapZoomOut()",
"NavigationUITests",
"NavigationUITests\/testMapAdjustedForRoute()",
"NavigationUITests\/testMapInteractionAndStyleAndNavigation()",
"NavigationUITests\/testMyLocationOption()",
"NavigationUITests\/testNavigation()",
"NavigationUITests\/testRouteFerriesOption()",
"NavigationUITests\/testRouteTollsOption()",
"NavigationUITests\/testRouteTypes()",
"NavigationUITests\/testSwapRoute()",
"SearchUITests",
"SearchUITests\/testSearch()",
"SearchUITests\/testSearchBoxPosition()",
"SearchUITests\/testSearchByCategory()",
"SearchUITests\/testSearchByGeocodeLocation()",
"SettingsUITests\/testDataSourceChanges()",
"SettingsUITests\/testMapStyleChanges()",
"SettingsUITests\/testRouteOptions()",
"SettingsUITests\/testTrackerOptions()",
"TrackingUITests\/testStartTracking()",
"TrackingUITests\/testStartTrackingHistoryStarted()",
"TrackingUITests\/testStopTracking()",
"TrackingUITests\/testTrackingGeofenceE2E()",
"TrackingUITests\/testTrackingNotifyEnteredGeofence()"
],
"target" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct UITestSettingsScreen: UITestScreen {
private func getRouteOptionCell() -> XCUIElement {
app.activate()
let cell = app.cells[Identifiers.routeOptionCell]
XCTAssertTrue(cell.waitForExistence(timeout: UITestWaitTime.long.time))
XCTAssertTrue(cell.waitForExistence(timeout: UITestWaitTime.regular.time))
return cell
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ final class SettingsUITests: LocationServicesUITests {
.waitRouteOptionsRow()
.waittDataProviderRow()
}

func testTrackerOptions() throws {
let app = startApp(allowPermissions: true)
let _ = UITestTabBarScreen(app: app)
.tapGeofenceButton()
.waitForAWSConnectionScreen()
}


func testRouteOptions() throws {
let app = startApp(allowPermissions: true)
var routeOptionsScreen = UITestTabBarScreen(app: app)
Expand Down

0 comments on commit 19df47c

Please sign in to comment.