mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
No need to invoke 'input keyevent 82' on test-e2e-local
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user