Skip to content

Commit

Permalink
Update UITestTrackingScreen.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanmakeen committed Oct 8, 2024
1 parent 8203d22 commit e50e7a7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ struct UITestTrackingScreen: UITestScreen {
func continueTrackingAlert() -> Self {
let alert = app.alerts.element
if (alert.waitForExistence(timeout: UITestWaitTime.regular.time)) {
//let responseMessage = alert.label
//XCTAssertEqual(responseMessage, StringConstant.enableTracking)
let continueButton = alert.buttons.firstMatch
XCTAssertTrue(continueButton.waitForExistence(timeout: UITestWaitTime.regular.time))
continueButton.tap()
Expand Down

0 comments on commit e50e7a7

Please sign in to comment.