Successfully modified file: /home/Messier82/projects/service-book/app/src/androidTest/java/com/yorvana/screenshots/StoreScreenshotTest.kt (1 replacements). Here is the updated code: ... } @Test fun screen_05_settings_privacy() { openSettings() // Scroll to the next node after the privacy section to ensure the whole section is visible. composeTestRule.onNodeWithTag(TestTags.SETTINGS_PRIVACY_POLICY_LINK) .performScrollTo() composeTestRule.awaitTagVisible(TestTags.SETTINGS_CRASH_REPORTING_TOGGLE) captureStoreScreenshot("screen_05_settings_privacy") } ...