Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Financial Connections: fixed an issue with end to end tests failing (s…
…tripe#3010) ## Summary ^ currently end to end tests are failing because a bank changed their webpage to no longer contain the bank name ## Testing Run `bitrise run financial-connections-stability-tests`: ``` Executed 7 tests, with 0 failures FinancialConnectionsNetworkingUITests ✓ testNativeNetworkingTestMode (79.476 seconds) FinancialConnectionsUITests ✓ testDataLiveModeOAuthNativeAuthFlow (33.022 seconds) ✓ testDataLiveModeOAuthWebAuthFlow (24.932 seconds) ✓ testDataTestModeOAuthNativeAuthFlow (22.821 seconds) ✓ testPaymentTestModeLegacyNativeAuthFlow (23.726 seconds) ✓ testPaymentTestModeManualEntryNativeAuthFlow (27.936 seconds) ✓ testSearchInLiveModeNativeAuthFlow (25.773 seconds) ```
- Loading branch information