Skip to content

Commit

Permalink
chore: change emulator settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Sep 27, 2024
1 parent 9b56596 commit 253cadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ci/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
echo "Starting emulator"

# Start emulator in background
nohup $ANDROID_HOME/emulator/emulator -avd xamarin_android_emulator -skin 1280x800 -memory 4096 -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim > /dev/null 2>&1 &
nohup $ANDROID_HOME/emulator/emulator -avd xamarin_android_emulator -skin 1280x800 -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -prop ro.debuggable=1 > $UNO_UITEST_SCREENSHOT_PATH/android-emulator-log.txt 2>&1 &

touch "$UNO_EMULATOR_INSTALLED"
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public async Task When_Chefs_FavoriteRecipes_RecipeDetails()

App.WaitThenTap("ShowAppButton");
App.WaitThenTap("NextButton");
await Task.Delay(10000);
App.WaitThenTap("LoginButton", timeout: TimeSpan.FromSeconds(10));
App.WaitThenTap("LoginButton");
App.WaitThenTap("FavoriteRecipesButton");
App.WaitThenTap("RecipeDetailsButton");
}
Expand Down

0 comments on commit 253cadc

Please sign in to comment.