Skip to content

Commit

Permalink
fix: disable 'welcome to chrome' message on android emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 5, 2022
1 parent b8b27aa commit d15a6e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
ram-size: 8192M
script: |
yarn run-example-android
sleep 15
sleep 30
adb shell 'echo "chrome --disable-fre --no-default-browser-check --no-first-run" > /data/local/tmp/chrome-command-line'
adb shell am set-debug-app --persistent com.android.chrome
yarn test:android
- name: Upload Screenshoots
Expand Down

0 comments on commit d15a6e4

Please sign in to comment.