openwallet-foundation / mobile-wallet-test-harness

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

BCW fix wallet name tets for small devices and enhance performance #205

Closed nodlesh closed 8 months ago

nodlesh commented 8 months ago

This PR fixes a wallet naming issue where if the device is smaller and we are testing null values in the wallet name field the iOS keyboard does not close and is over the save button, causing the click save to fail.

This PR also speeds up the restart of the app to get ready for the test. It no longer checks if the biometrics page is displayed but check a boolean flag that was set when the wallet was setup.