Skip to content

Commit a0db855

Browse files
fix testSwiftUI
1 parent 1abb3db commit a0db855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Example/PaymentSheet Example/PaymentSheetUITest/EmbeddedUITest.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ class EmbeddedUITests: PaymentSheetUITestCase {
10211021
XCTAssertTrue(app.staticTexts["Add card"].waitForExistence(timeout: 10))
10221022
continueButton.tap()
10231023

1024+
app.swipeUp() // scroll to see the confirm button
10241025
let confirmButton = app.buttons["Confirm Payment"]
10251026
XCTAssertTrue(confirmButton.waitForExistenceAndTap())
10261027

0 commit comments

Comments
 (0)