Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
mobile: Update run-integration-tests.sh for latest emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
abustany committed Dec 15, 2019
1 parent aab2d78 commit ee2331d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if adb shell pm list packages $PACKAGE | grep $PACKAGE; then
fi

# First test will create an account, populate and upload it to the test server
flutter -d android drive test_driver/create_populate_share.dart
flutter -d AOSP drive test_driver/create_populate_share.dart

# Clear app data
adb shell pm clear $PACKAGE

flutter -d android drive --no-build test_driver/clone.dart
flutter -d AOSP drive --no-build test_driver/clone.dart

0 comments on commit ee2331d

Please sign in to comment.