Skip to content

Commit 6364fda

Browse files
none: reverting maestro dependency to see if it fixes the issue
1 parent ecf24ca commit 6364fda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/e2e/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:ios": "xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build",
99
"test:android": "maestro test ./maestro/android/*.yaml",
1010
"test:ios": "maestro test ./maestro/ios/*.yaml",
11-
"maestro:install": "export MAESTRO_VERSION=1.36.0; curl -Ls \"https://get.maestro.mobile.dev\" | bash"
11+
"maestro:install": "curl -Ls \"https://get.maestro.mobile.dev\" | bash"
1212
},
1313
"keywords": [],
1414
"author": "",
@@ -26,7 +26,6 @@
2626
"@wdio/mocha-framework": "^7.7.3",
2727
"@wdio/spec-reporter": "^9.5.0",
2828
"chromedriver": "^131.0.4",
29-
"maestro-cli": "^1.40.3",
3029
"ts-node": "^10.0.0",
3130
"typescript": "^4.3.2",
3231
"wdio-chromedriver-service": "^8.1.1"

0 commit comments

Comments
 (0)