No need to invoke 'input keyevent 82' on test-e2e-local

This commit is contained in:
Nicola Corti
2025-01-15 16:22:43 +00:00
parent 1126bbb149
commit a97d6185fa
+1 -3
View File
@@ -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");
if (ciArtifacts != null) {
const downloadPath = path.join(ciArtifacts.baseTmpPath(), 'rntester.zip');