diff --git a/ground/src/test/java/com/google/android/ground/ui/datacollection/DataCollectionFragmentTest.kt b/ground/src/test/java/com/google/android/ground/ui/datacollection/DataCollectionFragmentTest.kt index f06336bd5b..36fbc932a0 100644 --- a/ground/src/test/java/com/google/android/ground/ui/datacollection/DataCollectionFragmentTest.kt +++ b/ground/src/test/java/com/google/android/ground/ui/datacollection/DataCollectionFragmentTest.kt @@ -127,7 +127,7 @@ class DataCollectionFragmentTest : BaseHiltTest() { runner() .inputText(TASK_1_RESPONSE) .clickNextButton() - .assertOptionSelected(TASK_2_OPTION_LABEL) + .selectOption(TASK_2_OPTION_LABEL) .clickPreviousButton() assertDraftSaved(listOf(TASK_1_VALUE_DELTA, TASK_2_VALUE_DELTA), currentTaskId = TASK_ID_1)