You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests on Firebases's real devices like the Samsung S9, I see that it doesn't wait after doing a swipe on a pager. So, if you make three swipes and then tap a button in the screen, the tap will be lost.
I solve it by adding sleeps after the swipes in the test. What about doing those sleeps in Barista?
It will make everyone's tests a bit slower, but it will save some headaches.
The text was updated successfully, but these errors were encountered:
You can add loops for clickOn(). I wrote my own tryInLoop for click (asserts to) and now when the test wants to click Id it does it in a loop (for 5 second the test tries to click every second)
When running tests on Firebases's real devices like the Samsung S9, I see that it doesn't wait after doing a swipe on a pager. So, if you make three swipes and then tap a button in the screen, the tap will be lost.
I solve it by adding sleeps after the swipes in the test. What about doing those sleeps in Barista?
It will make everyone's tests a bit slower, but it will save some headaches.
The text was updated successfully, but these errors were encountered: