Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 2, 2024
1 parent b8d1b2b commit e06eddb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"SettingsUITests\/testDataSourceChanges()",
"SettingsUITests\/testMapStyleChanges()",
"SettingsUITests\/testRouteOptions()",
"SettingsUITests\/testTrackerOptions()",
"TrackingUITests\/testStartTracking()",
"TrackingUITests\/testStartTrackingHistoryStarted()",
"TrackingUITests\/testStopTracking()",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ enum StringConstant {
static let defaultRouteOptions = "Default route options"
static let partnerAttributionTitle = "Partner Attribution"
static let partnerAttributionESRIDescription = "Esri, HERE, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community"
static let partnerAttributionHEREDescription = "© 2022 HERE"
static let partnerAttributionHEREDescription = "© 2024 HERE"
static let softwareAttributionTitle = "Software Attribution"
static let softwareAttributionDescription = "Click learn more for software attribution"
static let learnMore = "Learn More"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ final class SettingsUITests: LocationServicesUITests {

func testSettingsOptions() throws {
let app = startApp(allowPermissions: true)
let screen = UITestTabBarScreen(app: app)
.tapSettingsButton()
Thread.sleep(forTimeInterval: 15)
let _ = UITestTabBarScreen(app: app)
.tapSettingsButton()
.waitAWSCloudRow()
Expand Down

0 comments on commit e06eddb

Please sign in to comment.