Skip to content

Commit

Permalink
Fixes #3712: Add accessibility support for ImageRegionSelectionIntera…
Browse files Browse the repository at this point in the history
…ction [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
  • Loading branch information
vrajdesai78 authored Oct 5, 2022
1 parent fc6c881 commit 23795b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 23795b9

Please sign in to comment.