Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 1, 2024
1 parent 866e1c8 commit e208fb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ enum StringConstant {
static let descriptionTitle = "By downloading, installing, or using the Amazon Location Demo App, you agree to the App's Terms & Conditions for use."
static let appTermsOfUse = "Terms & Conditions"
static let appTermsOfUseURL = termsAndConditionsURL
static let copyright = "© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved."
static let copyright = "© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved."
}

enum Tracking {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ final class SettingsUITests: LocationServicesUITests {
}

func testSettingsOptions() throws {
let app = startApp()
let app = startApp(allowPermissions: true)
let _ = UITestTabBarScreen(app: app)
.tapSettingsButton()
.waitMapStyleRow()
.waitAWSCloudRow()
.waitMapStyleRow()
.waitRouteOptionsRow()
.waittDataProviderRow()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class TrackingUITests: LocationServicesUITests {

func testTrackingGeofenceE2E() throws {

var app = startApp()
var app = startApp(allowPermissions: true)

let menuScreen = UITestTabBarScreen(app: app)
.tapSettingsButton()
Expand Down

0 comments on commit e208fb1

Please sign in to comment.