From e208fb1e3f4b466d88900f5b4d550da9f71292ab Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh Date: Tue, 1 Oct 2024 21:51:01 +0500 Subject: [PATCH] fixes --- .../LocationServices/Constants/StringConstants.swift | 2 +- .../LocationServicesUITests/SettingsUITests.swift | 4 ++-- .../LocationServicesUITests/TrackingUITests.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LocationServices/LocationServices/Constants/StringConstants.swift b/LocationServices/LocationServices/Constants/StringConstants.swift index a0d0eb61..b4f770bb 100644 --- a/LocationServices/LocationServices/Constants/StringConstants.swift +++ b/LocationServices/LocationServices/Constants/StringConstants.swift @@ -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 { diff --git a/LocationServices/LocationServicesUITests/SettingsUITests.swift b/LocationServices/LocationServicesUITests/SettingsUITests.swift index ec589877..6b71adfa 100644 --- a/LocationServices/LocationServicesUITests/SettingsUITests.swift +++ b/LocationServices/LocationServicesUITests/SettingsUITests.swift @@ -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() } diff --git a/LocationServices/LocationServicesUITests/TrackingUITests.swift b/LocationServices/LocationServicesUITests/TrackingUITests.swift index 9452103c..1910a047 100644 --- a/LocationServices/LocationServicesUITests/TrackingUITests.swift +++ b/LocationServices/LocationServicesUITests/TrackingUITests.swift @@ -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()