-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use hardcoded ClientToken in UITests #431
Conversation
…ts; mirror braintree_ios UserDefaults setup Signed-off-by: Jax DesMarais-Leder <jdesmarais@paypal.com>
… DemoSetting bool property Signed-off-by: Jax DesMarais-Leder <jdesmarais@paypal.com>
…tTokenWithoutCustomerID since UITests expect different values
Gonna 🦵 kick the UI tests again just to see how long it takes |
UI tests expected to fail |
It seems like the tests with the client tokens with customer IDs are failing with an "invalid auth fingerprint" error (such as the |
… appropriately; fetch clientID for tests that requried it
Great catch! I was also able to replicate that locally. So I removed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Summary of changes
DemoAuthType
enum to mirror braintree_ios test setupChecklist
Added a changelog entryAuthors
@jaxdesmarais @scannillo