Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3712: Add accessibility support for ImageRegionSelectionInteraction [Removed Todo followed by #4497] #4543

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.
BenHenning marked this conversation as resolved.
Show resolved Hide resolved
// 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