Skip to content

Commit 7f460b3

Browse files
authored
chore: update detox to 20.44.0 (#1177)
## 📜 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

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/pngjs": "^6.0.1",
3636
"async-retry": "^1.3.3",
3737
"colors": "^1.4.0",
38-
"detox": "20.43.0-alpha.0",
38+
"detox": "20.44.0",
3939
"jest": "^29",
4040
"patch-package": "^8.0.0",
4141
"pixelmatch": "^5.3.0",

e2e/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,10 +1160,10 @@ detect-newline@^3.0.0:
11601160
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
11611161
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
11621162

1163-
detox@20.43.0-alpha.0:
1164-
version "20.43.0-alpha.0"
1165-
resolved "https://registry.yarnpkg.com/detox/-/detox-20.43.0-alpha.0.tgz#f1d61a9c5b85c58ed632a42f37235188dad414ac"
1166-
integrity sha512-z2nQcYnX80a4pNcoqvFSu+ORrEgWZiIwvV2rxryNGT4KOSpPDHD6uWS1A1SythrODWYWzHD6zEYlGf8tMAtRBQ==
1163+
detox@20.44.0:
1164+
version "20.44.0"
1165+
resolved "https://registry.yarnpkg.com/detox/-/detox-20.44.0.tgz#6693e8d9ca35f6aea31592c1b26c5b8e28c069cd"
1166+
integrity sha512-d7WbZUbFqTMjtr8eOF1Vz8zhjIIrD/MAScwB3wNfF/5BAiBEyOXwbtURq5HfJzscbNRQimkPPojGPZu3eY6R8g==
11671167
dependencies:
11681168
"@wix-pilot/core" "^3.4.2"
11691169
"@wix-pilot/detox" "^1.0.13"

0 commit comments

Comments
 (0)