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.
1 parent 7c84799 commit 88c454aCopy full SHA for 88c454a
Development/OpenPassDevelopmentAppUITests/OpenPassDevelopmentAppUITests.swift
@@ -160,6 +160,11 @@ final class OpenPassDevelopmentAppUITests: XCTestCase {
160
// Now enter the email address of the MailSlurp inbox into the text input
161
// On a physical device, tapping the input is required before text may be entered
162
$0.tap()
163
+ }
164
+
165
+ try signInView.emailInput.waitForExistsInteractive(timeout: webViewTimeout) {
166
+ // Now enter the email address of the MailSlurp inbox into the text input
167
+ // On a physical device, tapping the input is required before text may be entered
168
$0.typeText(inbox.emailAddress)
169
}
170
0 commit comments