From 23795b913626d6030d183ef086a1eee046c3578e Mon Sep 17 00:00:00 2001 From: Vraj Desai <43074241+vrajdesai78@users.noreply.github.com> Date: Wed, 5 Oct 2022 10:01:24 +0530 Subject: [PATCH] Fixes #3712: Add accessibility support for ImageRegionSelectionInteraction [Removed Todo followed by #4497] (#4543) * content description added * tests updated * KDoc and comment added * textproto updated * kdoc comment updated * @param changed to @property in kdoc * TODO removed * Updated issue number in ToDo --- .../android/instrumentation/player/ExplorationPlayerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt b/instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt index 4bf77e7610b..ab9f8c9b16a 100644 --- a/instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt +++ b/instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt @@ -58,7 +58,7 @@ class ExplorationPlayerTest { // Image Region Selection Interaction. val imageSelectionView = device.findObjectByRes("interaction_container_frame_layout") device.waitForRes("image_click_interaction_image_view") - // TODO(#3712): Use content description to fetch the image region. + // TODO(#4639): Use content description to fetch the image region. imageSelectionView.children.get(2).click() device.findObjectByText("SUBMIT").click() device.findObjectByText("CONTINUE").click()