Successfully modified file: /home/Messier82/projects/service-book/app/src/test/java/com/servicebook/ui/vehicles/VehicleListConsentDialogTest.kt (1 replacements). Here is the updated code: ... composeTestRule.setContent { VehicleListScreen(backStack = mockk(relaxed = true), viewModel = VehicleListViewModel(savedStateHandle, dependencies)) } composeTestRule.onNodeWithTag(TestTags.PRIVACY_LEARN_MORE).performClick() composeTestRule.onNodeWithText(getString(R.string.action_show_less)).performClick() composeTestRule.onNodeWithText(getString(R.string.settings_privacy_description)).assertDoesNotExist() } }