fix some test scripts

This commit is contained in:
2025-04-08 20:31:47 -06:00
parent 7dfdfd1dce
commit ebdf2dc8bd
2 changed files with 6 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ const executeDeeplink = async (url, description, log) => {
try {
// Stop the app before executing the deep link
execSync('adb shell am force-stop app.timesafari');
execSync('adb shell am force-stop app.timesafari.app');
await new Promise(resolve => setTimeout(resolve, 1000)); // Wait 1s
execSync(`adb shell am start -W -a android.intent.action.VIEW -d "${url}" -c android.intent.category.BROWSABLE`);