We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abb3db commit a0db855Copy full SHA for a0db855
Example/PaymentSheet Example/PaymentSheetUITest/EmbeddedUITest.swift
@@ -1021,6 +1021,7 @@ class EmbeddedUITests: PaymentSheetUITestCase {
1021
XCTAssertTrue(app.staticTexts["Add card"].waitForExistence(timeout: 10))
1022
continueButton.tap()
1023
1024
+ app.swipeUp() // scroll to see the confirm button
1025
let confirmButton = app.buttons["Confirm Payment"]
1026
XCTAssertTrue(confirmButton.waitForExistenceAndTap())
1027
0 commit comments