From 9197600bd2c3cab075fcaeb0353a752d46b886f8 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 14 Mar 2023 23:08:31 +0100 Subject: [PATCH] use oppo to validate emails --- clear_data.sh | 16 ++++------------ src/appointment.js | 2 +- start_avds.sh | 4 ++-- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/clear_data.sh b/clear_data.sh index 744840f..51a89b4 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -4,19 +4,16 @@ adb -s RQ3005CA88 shell am start -n com.android.chrome/com.google.android.apps.c adb -s J4AXB761H2322WJ shell pm clear com.android.chrome adb -s J4AXB761H2322WJ shell am set-debug-app --persistent com.android.chrome adb -s J4AXB761H2322WJ shell am start -n com.android.chrome/com.google.android.apps.chrome.Main -adb -s e30eb015 shell pm clear com.android.chrome -adb -s e30eb015 shell am set-debug-app --persistent com.android.chrome -adb -s e30eb015 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main adb -s 07f9c883 shell pm clear com.android.chrome adb -s 07f9c883 shell am set-debug-app --persistent com.android.chrome adb -s 07f9c883 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main adb -s 76a3ac8d shell pm clear com.android.chrome adb -s 76a3ac8d shell am set-debug-app --persistent com.android.chrome adb -s 76a3ac8d shell am start -n com.android.chrome/com.google.android.apps.chrome.Main -#xiao mi -adb -s 47e7e36b shell pm clear com.android.chrome -adb -s 47e7e36b shell am set-debug-app --persistent com.android.chrome -adb -s 47e7e36b shell am start -n com.android.chrome/com.google.android.apps.chrome.Main +#coo +adb -s feb04f82 shell pm clear com.android.chrome +adb -s feb04f82 shell am set-debug-app --persistent com.android.chrome +adb -s feb04f82 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main #huawei adb -s EPHUT20825001518 shell pm clear com.android.chrome adb -s EPHUT20825001518 shell am set-debug-app --persistent com.android.chrome @@ -59,11 +56,6 @@ adb -s 6c3076e6 shell pm clear com.android.chrome adb -s 6c3076e6 shell am set-debug-app --persistent com.android.chrome adb -s 6c3076e6 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main -#samsung J5 - 2016 -adb -s 774687ff shell pm clear com.android.chrome -adb -s 774687ff shell am set-debug-app --persistent com.android.chrome -adb -s 774687ff shell am start -n com.android.chrome/com.google.android.apps.chrome.Main - #samsung J5 - 2016 adb -s ffa9b2bc shell pm clear com.android.chrome adb -s ffa9b2bc shell am set-debug-app --persistent com.android.chrome diff --git a/src/appointment.js b/src/appointment.js index dbd69d1..c6cc184 100644 --- a/src/appointment.js +++ b/src/appointment.js @@ -10,7 +10,7 @@ const SEVEN_DAYS_IN_S = 3600 * 24 * 7; const NINETY_DAYS_IN_S = 3600 * 24 * 30 * 3; let excelUtil = new ExcelUtil(); let collectionName = formatDate(new Date()) -device_to_excludes = ["47e7e36b", "e30eb015"] +device_to_excludes = ["47e7e36b", "e30eb015","774687ff"] async function filterAlreadyBookedContacts(contactList) { let alreadyBookedContacts = await mongoManager.getAllSuccessfulItemsForDay(collectionName); diff --git a/start_avds.sh b/start_avds.sh index 5a927e8..162d52d 100644 --- a/start_avds.sh +++ b/start_avds.sh @@ -8,5 +8,5 @@ emulator -avd Pixel_2_API_30_6 & emulator -avd Pixel_2_API_30_7 & emulator -avd Pixel_2_API_30_8 & emulator -avd Pixel_2_API_30_9 & -emulator -avd Pixel_2_API_30_10 & -emulator -avd Pixel_2_API_30_11 & \ No newline at end of file +#emulator -avd Pixel_2_API_30_10 & +#emulator -avd Pixel_2_API_30_11 & \ No newline at end of file