commit | 5628ce97e9772a4d2c9252ada39b2be01f8069ce | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Sep 25 18:25:42 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 25 18:25:42 2024 +0000 |
tree | 5e7edb3a2cac1f2551f0dfd52ce56e0d0036d0cd | |
parent | 9a779224240db1dfa685ac8835f45b26a8c4f68f [diff] | |
parent | 87a4cee6d7a93abb8a8a9b6c3ca087fe61840585 [diff] |
Merge "Increase frame limit in bubble bar screen test" into main
diff --git a/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewScreenshotTest.kt b/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewScreenshotTest.kt index e4b8069..82a7625 100644 --- a/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewScreenshotTest.kt +++ b/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewScreenshotTest.kt
@@ -97,6 +97,8 @@ fun bubbleBarView_expanded_threeBubbles() { // if we're still expanding, wait with taking a screenshot val shouldWait: (ComponentActivity, View) -> Boolean = { _, _ -> bubbleBarView.isExpanding } + // increase the frame limit to allow the animation to end before taking the screenshot + screenshotRule.frameLimit = 50 screenshotRule.screenshotTest( "bubbleBarView_expanded_threeBubbles", checkView = shouldWait,