mike4aday / SwiftlySalesforce

The Swift-est way to build native mobile apps that connect to Salesforce.
MIT License
136 stars 43 forks source link

Question: Swift UI Test #107

Closed auctifera-josed closed 4 years ago

auctifera-josed commented 5 years ago

Has anyone successfully created an iOS Swift UI test for login into salesforce?

We have been struggling to create the login test, I guess this issue is not limited to SwiftlySalesforce and is a general iOS question but I was hoping someone has dealt with this before and could lead us in the right direction.

We kept getting the error No matches found for Find: Descendants matching type Alert from input when trying to tap the Continue button in the salesforce login alert

Please see more explanation in this question posted on Stackoverflow.