Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5628ce97 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase frame limit in bubble bar screen test" into main

parents 9a779224 87a4cee6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ class BubbleBarViewScreenshotTest(emulationSpec: DeviceEmulationSpec) {
    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,