Skip to content

Commit 88c454a

Browse files
committed
Test tweak
1 parent 7c84799 commit 88c454a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Development/OpenPassDevelopmentAppUITests/OpenPassDevelopmentAppUITests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ final class OpenPassDevelopmentAppUITests: XCTestCase {
160160
// Now enter the email address of the MailSlurp inbox into the text input
161161
// On a physical device, tapping the input is required before text may be entered
162162
$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
163168
$0.typeText(inbox.emailAddress)
164169
}
165170

0 commit comments

Comments
 (0)