Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] Added ToggleSystemAnimations method to Appium helper methods #26096

Merged
merged 3 commits into from
Nov 28, 2024

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Nov 25, 2024

Description of Change

Added ToggleSystemAnimations method to Appium helper methods.

@jsuarezruiz jsuarezruiz requested a review from a team as a code owner November 25, 2024 12:37

if (enableSystemAnimations)
{
ShellHelper.ExecuteAdbCommand($"adb shell settings put global window_animation_scale 0");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PureWeen PureWeen added this to the .NET 9 SR2 milestone Nov 25, 2024
@jsuarezruiz jsuarezruiz changed the title [Testing] Changes to fix randomly failing tests on CI [Testing] Added ToggleSystemAnimations method to Appium helper methods Nov 26, 2024
@jsuarezruiz jsuarezruiz requested a review from PureWeen November 26, 2024 09:11
@rmarinho rmarinho merged commit 033317c into main Nov 28, 2024
104 checks passed
@rmarinho rmarinho deleted the uitest-disable-system-animations branch November 28, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants