Skip to content

Commit

Permalink
Test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaunt committed Jan 7, 2025
1 parent 7c84799 commit 88c454a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ final class OpenPassDevelopmentAppUITests: XCTestCase {
// Now enter the email address of the MailSlurp inbox into the text input
// On a physical device, tapping the input is required before text may be entered
$0.tap()
}

try signInView.emailInput.waitForExistsInteractive(timeout: webViewTimeout) {
// Now enter the email address of the MailSlurp inbox into the text input
// On a physical device, tapping the input is required before text may be entered
$0.typeText(inbox.emailAddress)
}

Expand Down

0 comments on commit 88c454a

Please sign in to comment.