Compare commits

...
Author SHA1 Message Date
Nicola Corti d01e5ad731 Fix yarn lint 2025-01-15 19:24:57 +00:00
Nicola Corti a97d6185fa No need to invoke 'input keyevent 82' on test-e2e-local 2025-01-15 16:22:43 +00:00
+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');