diff --git a/core/testing/src/main/java/io/github/droidkaigi/confsched/testing/robot/AboutScreenRobot.kt b/core/testing/src/main/java/io/github/droidkaigi/confsched/testing/robot/AboutScreenRobot.kt index 1d731ef02..3b9f6de41 100644 --- a/core/testing/src/main/java/io/github/droidkaigi/confsched/testing/robot/AboutScreenRobot.kt +++ b/core/testing/src/main/java/io/github/droidkaigi/confsched/testing/robot/AboutScreenRobot.kt @@ -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) }