Commit 7f460b3
authored
## 📜 Description
Update detox to latest stable release.
## 💡 Motivation and Context
The version `20.44.0` supports both RN 0.81 and RN 0.82. It's better to
use stable releases that officially declares the support for specific RN
versions.
We still have a problem with unstable Android e2e tests (keyboard
toolbar test). We just need to re-work it and add more synchronization,
I believe 🤞
## 📢 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 -->
### JS
- update detox to `20.44.0`;
## 🤔 How Has This Been Tested?
Tested via CI.
## 📸 Screenshots (if appropriate):
<img width="925" height="398" alt="image"
src="https://github.com/user-attachments/assets/735476af-ba8f-43b5-a2af-8cb47f0cc218"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
1 parent a4bcca4 commit 7f460b3
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1160 | 1160 | | |
1161 | 1161 | | |
1162 | 1162 | | |
1163 | | - | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | 1169 | | |
| |||
0 commit comments