stripe / stripe-ios

Stripe iOS SDK
https://stripe.com
MIT License
2.13k stars 982 forks source link

Fix finding the `Not now` button in UI tests #4265

Closed mats-stripe closed 1 week ago

mats-stripe commented 1 week ago

Summary

Extends on https://github.com/stripe/stripe-ios/pull/4254 to wait for the Done toolbar button to be visible before tapping it. This also extracts that logic into a shared function.

Motivation

Some tests were still failing, this should fix that! https://app.bitrise.io/app/b220f4ba85d134a7/pipelines/fb11ea85-5a35-4c44-a3f0-fdc39f7d8a69?tab=tests

Testing

N/a

Changelog

N/a