Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 1, 2024
1 parent 3763089 commit 866e1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ struct UITestSettingsScreen: UITestScreen {
}

private func getAWSCloudCell() -> XCUIElement {
XCTAssertGreaterThan(app.cells.count, 3, "app has more than 3 cells")

Check failure on line 80 in LocationServices/LocationServicesUITests/Screens/UITestSettingsScreen.swift

View workflow job for this annotation

GitHub Actions / Test iOS App

testTrackingGeofenceE2E, Failed to get matching snapshots: Application com.aws.amazonlocation is not running
let cell = app.cells[Identifiers.awsCloudCell]
XCTAssertTrue(cell.waitForExistence(timeout: UITestWaitTime.regular.time))
return cell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ final class SettingsUITests: LocationServicesUITests {
let app = startApp()
let _ = UITestTabBarScreen(app: app)
.tapSettingsButton()
.waitAWSCloudRow()
.waitMapStyleRow()
.waitAWSCloudRow()
.waitRouteOptionsRow()
.waittDataProviderRow()
}
Expand Down

0 comments on commit 866e1c8

Please sign in to comment.