Skip to content

Commit

Permalink
🔧 Add FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 1, 2024
1 parent 2883d08 commit f144500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class AboutScreenRobot @Inject constructor(
.onNode(hasTestTag(AboutScreenLazyColumnTestTag))
.performScrollToNode(hasTestTag(AboutCreditsStaffItemTestTag))

// FIXME Without this, you won't be able to scroll to the exact middle of the credits section.
composeTestRule.onRoot().performTouchInput {
swipeUp(startY = centerY, endY = centerY - 200)
}
Expand Down

0 comments on commit f144500

Please sign in to comment.