We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\n
1 parent 221103b commit b432a68Copy full SHA for b432a68
Modules/Sources/UITestsFoundation/Screens/Orders/CustomerDetailsScreen.swift
@@ -40,6 +40,7 @@ public final class CustomerDetailsScreen: ScreenObject {
40
@discardableResult
41
public func enterCustomerDetails(name: String) throws -> UnifiedOrderScreen {
42
billingFirstNameField.tap()
43
+ // `\n` was added after the first name input in order to dismiss the keyboard so that the address toggle is interactive in shorter screens.
44
billingFirstNameField.typeText("\(name)\n")
45
let tableView = app.tables.firstMatch
46
tableView.swipeUp()
0 commit comments