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
## 📜 Description
Fixed interactive keyboard test flakiness.
## 💡 Motivation and Context
For some reasons `scrollToEnd` is not getting called on iOS 16 now. So I
added additional swipe down to be sure, that initial screen layout looks
identical to local tests.
Not a perfect solution, but I don't know why `scrollToEnd` is not
getting called and it's so difficult to debug it on CI, so let's have
this fix.
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### E2E
- added `safeSwipe` function;
- added swipe down when screen got shown initially.
## 🤔 How Has This Been Tested?
Tested on CI.
## 📸 Screenshots (if appropriate):
<img width="855" alt="image"
src="https://github.com/user-attachments/assets/faeb96b6-4c6d-4bbc-9055-ec688b2ec925"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
0 commit comments