Skip to content

Commit c19a946

Browse files
committed
Define missing test options snippet constant
1 parent 9ce86e6 commit c19a946

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/update_android_ui_test_gradle.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"androidx.test.uiautomator:uiautomator:2.2.0",
2424
)
2525

26+
TEST_OPTIONS_SNIPPET = """
27+
testOptions {
28+
animationsDisabled = true
29+
}
30+
"""
31+
2632

2733
class GradleFile:
2834
def __init__(self, content: str) -> None:

0 commit comments

Comments
 (0)