Skip to content

Commit

Permalink
revert spacing changes to Venmo_UITests
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Jun 20, 2024
1 parent f263fe6 commit 0aadae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/UI Tests/Venmo UI Tests/Venmo_UITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class Venmo_UITests: XCTestCase {
waitForElementToBeHittable(demoApp.buttons["Venmo"])
waitForElementToBeHittable(demoApp.buttons["Venmo (with ECD options)"])
}

func testTokenizeVenmo_whenSignInSuccessfulWithPaymentContext_returnsNonce() {
demoApp.buttons["Venmo"].tap()
demoApp.buttons["Venmo"].tap()

waitForElementToBeHittable(mockVenmo.buttons["SUCCESS WITH PAYMENT CONTEXT"])
mockVenmo.buttons["SUCCESS WITH PAYMENT CONTEXT"].tap()
Expand Down

0 comments on commit 0aadae3

Please sign in to comment.