Commit 3e059e7
authored
fix: iOS e2e tests (#1230)
## 📜 Description
Fixed constantly failing e2e jobs.
## 💡 Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->
Fixed a problem with red CI (iOS jobs) due to fact that brew dependency
can not be installed. It happens because `robotsandpencils/made` has
been renamed to `xcodesorg/made` so we need to update naming.
We still have a problem with unstable Android e2e tests (toolbar tests)
and iOS 26 (simulator sometimes can not be started).
## 📢 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 -->
### CI
- replace brew dependency `robotsandpencils/made` -> `xcodesorg/made`
## 🤔 How Has This Been Tested?
Tested via this PR.
## 📸 Screenshots (if appropriate):
<img width="619" height="149" alt="image"
src="https://github.com/user-attachments/assets/455fe927-a058-423b-95f4-f2d0d24ff7e7"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent 5f41d4e commit 3e059e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments