Skip to content

Commit

Permalink
fix: fixed bug in maestro dapp test, cleaned up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanConn committed Jul 14, 2023
1 parent a5bd3eb commit ebb660f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .maestro/dapp-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ appId: "com.walletconnect.web3modal.rnsample"
---
- launchApp
- extendedWaitUntil:
visible: "Connect"
timeout: 60_000
- tapOn: "Connect"
visible: "Connect Wallet"
timeout: 60_000
2 changes: 1 addition & 1 deletion dapps/v2Explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"maestro": "maestro test .maestro",
"maestro": "maestro test ../../.maestro",
"maestro:upload": "maestro cloud ./android/app/build/outputs/apk/release/app-release.apk .maestro"
},
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion wallets/rn_cli_wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "patch-package"
"postinstall": "patch-package",
"maestro": "maestro test ../../.maestro",
"maestro:upload": "maestro cloud ./android/app/build/outputs/apk/release/app-release.apk .maestro"
},
"dependencies": {
"@json-rpc-tools/utils": "^1.7.6",
Expand Down

0 comments on commit ebb660f

Please sign in to comment.