Skip to content

Commit

Permalink
No need to invoke 'input keyevent 82' on test-e2e-local
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jan 15, 2025
1 parent 1126bbb commit a97d618
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/release-testing/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ async function testRNTesterAndroid(
launchPackagerInSeparateWindow(pwd().toString());

// Wait for the Android Emulator to be properly loaded and bootstrapped
exec(
"adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done; input keyevent 82'",
);
exec("adb wait-for-device");

Check warning on line 177 in scripts/release-testing/test-e2e-local.js

View workflow job for this annotation

GitHub Actions / test_js (20)

Strings must use singlequote

Check warning on line 177 in scripts/release-testing/test-e2e-local.js

View workflow job for this annotation

GitHub Actions / test_js (18)

Strings must use singlequote

if (ciArtifacts != null) {
const downloadPath = path.join(ciArtifacts.baseTmpPath(), 'rntester.zip');
Expand Down

0 comments on commit a97d618

Please sign in to comment.