Because it is very easy to find and replace strings in the UI Testing framework (like your-client-id) but difficult to add full LOC from scratch at specific places in file I have made username / password login the default flow. It is impossible to UI Test Password-less login so its setup, that would otherwise cause the app to not compile, is commented out.
Because it is very easy to find and replace strings in the UI Testing framework (like
your-client-id
) but difficult to add full LOC from scratch at specific places in file I have made username / password login the default flow. It is impossible to UI Test Password-less login so its setup, that would otherwise cause the app to not compile, is commented out.UI Testing PR: https://github.com/forcedotcom/SalesforceMobileSDK-UITests/pull/39