This PR attempts to fix a strange behaviour on bitrise for addresses smoke tests.
After pressing save when adding a new address the booting screen of the OS appears.
The screen stays opened for 3-4 seconds and then the app gets back in focus.
This issue cannot be reproduced locally.
The solution found is to retry tapping on the element that is not visible until it gets visible.
These tests will be monitored in the future.
:scroll: Tickets
https://mozilla-hub.atlassian.net/browse/MTE-3858 https://mozilla-hub.atlassian.net/browse/MTE-3869
:bulb: Description
This PR attempts to fix a strange behaviour on bitrise for addresses smoke tests. After pressing save when adding a new address the booting screen of the OS appears. The screen stays opened for 3-4 seconds and then the app gets back in focus. This issue cannot be reproduced locally. The solution found is to retry tapping on the element that is not visible until it gets visible. These tests will be monitored in the future.