Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fixing method name and making both tests run on android
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 29, 2022
1 parent 89dd701 commit a7ef3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
adb logcat -c
adb logcat *:E &
$ANDROID_HOME/platform-tools/adb devices
yarn e2e:test -c android.staging e2e/specs/onboarding.spec.js --loglevel trace --record-logs failing --record-timeline all --take-screenshots failing
yarn e2e:test -c android.staging --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# yarn start & yarn detox test -c android.debug --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# mkdir ./temp
# curl -f -o ./temp/test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk
Expand Down
2 changes: 1 addition & 1 deletion e2e/models/onboarding/onboardingSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class OnboardingSteps {
// }

static async selectPairWithBluetooth() {
await testHelpers.tapWithText("Pair with bluetooth");
await testHelpers.tapByText("Pair with bluetooth");
}

static async addDeviceViaBluetooth() {
Expand Down

0 comments on commit a7ef3c6

Please sign in to comment.