-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fixes #3712: Add accessibility support for ImageRegionSelectionInteraction [Removed Todo followed by #4497] #4543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vrajdesai78. I had one comment, but otherwise isn't this duplicating work already checked into develop from #4497? Can those deltas be removed since they're no longer needed?
instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt
Show resolved
Hide resolved
FWIW I suspect that you need to merge in the latest develop to remove the duplicated deltas. |
You are correct this changes are already merged with previous PR and for this PR I have already merged with latest develop still it shows changes. So, I think I need to create a new branch instead of using older branch to remove this duplicate deltas? WDYT @BenHenning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for code-owners and based on previous PR
@vrajdesai78 are you sure that your fork's develop is up-to-date with Oppia Android's develop branch? I just want to make sure since the situation seems a bit odd. We shouldn't need to recreate the branch. If the above doesn't help, I suggest reaching out to me on chat and we can work through steps to try and address it. |
I hope now develop branch is merged properly. @BenHenning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to hear that the merging is addressed now @vrajdesai78. I've followed up to your other comment (apologies, I think I missed it earlier).
instrumentation/src/javatests/org/oppia/android/instrumentation/player/ExplorationPlayerTest.kt
Show resolved
Hide resolved
Hi @vrajdesai78, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Keep this PR open |
Hi @vrajdesai78, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Keep this PR open |
Hi @vrajdesai78, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Keep this PR open |
Hi @vrajdesai78, I'm going to mark this PR as stale because it hasn't had any updates for 7 days. If no further activity occurs within 7 days, it will be automatically closed so that others can take up the issue. |
Keep this PR open |
@vrajdesai78 please add a video to this PR manually demonstrating what the end-to-end test would be verifying. That part is important before we consider #3712 is done without updating the end-to-end tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vrajdesai78. PTAL at my latest comment. That needs to be addressed before I can approve & merge this.
Thanks @BenHenning, I have added video in this PR description as well as in #4639 also. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vrajdesai78. LGTM.
Also for posterity, we're fine with removing this TODO because end-to-end tests aren't quite 100% stable/ready to run, and getting them working has taken longer than expected. We'll need to update & verify the test passes.
Explanation
Fixes #3712: Removed TODO followed by PR #4497
Essential Checklist
Video
image-region.mp4