openwallet-foundation / owl-mobile-wallet-test-harness

An acceptance test framework for testing mobile wallets utilizing Python, Behave, Appium, and a mobile device cloud service.
Apache License 2.0
14 stars 14 forks source link

Fix pin page crash in bc wallet automation #255

Closed nodlesh closed 1 week ago

nodlesh commented 1 week ago

This PR is a fix/workaround for an issue that started with BC Wallet build 1915. The app started to crash when the tests attempted to enter the PIN after the app was closed then restarted. A wait for 5 seconds was added that seems to allow the page to load properly. I cannot duplicate this crash outside of the automation framework.

This PR also squeezes in some iOS platform version updates to run in the nightly BC Wallet regression.