-
Notifications
You must be signed in to change notification settings - Fork 108
[MBL-16940][Student] Implement E2E tests for Inbox message forwarding with and without attachments #3485
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
Merged
adamNagy56
merged 28 commits into
master
from
MBL-16940-Implement-file-loading-E2E-test-for-Inbox-attachments
Jan 22, 2026
Merged
[MBL-16940][Student] Implement E2E tests for Inbox message forwarding with and without attachments #3485
adamNagy56
merged 28 commits into
master
from
MBL-16940-Implement-file-loading-E2E-test-for-Inbox-attachments
Jan 22, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and PDF attachments. refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
refs: MBL-16940 affects: Student release note:
refs: MBL-16940 affects: Student release note:
refs: MBL-16940 affects: Student release note:
refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
Refactor handleWorkmanagerTask to handle finished work case properly.
…for-Inbox-attachments
refs: MBL-16940 affects: Student release note:
…-E2E-test-for-Inbox-attachments' into MBL-16940-Implement-file-loading-E2E-test-for-Inbox-attachments # Conflicts: # apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
…for-Inbox-attachments # Conflicts: # automation/espresso/src/main/kotlin/com/instructure/canvas/espresso/TestAppManager.kt # automation/espresso/src/main/kotlin/com/instructure/espresso/TestingUtils.kt
refs: MBL-16940 affects: Student release note:
refs: MBL-16940 affects: Student release note:
refs: MBL-16940 affects: Student release note:
📊 Code Coverage Report✅ Student
✅ Teacher
✅ Pandautils
📈 Overall Average
|
🧪 Unit Test Results✅ 📱 Student App
✅ 🌅 Horizon
✅ 📦 Submodules
📊 Summary
Last updated: Wed, 21 Jan 2026 15:35:49 GMT |
kdeakinstructure
requested changes
Jan 21, 2026
apps/student/src/androidTest/java/com/instructure/student/ui/pages/classic/FileChooserPage.kt
Outdated
Show resolved
Hide resolved
...sso/src/main/kotlin/com/instructure/canvas/espresso/common/pages/compose/InboxComposePage.kt
Outdated
Show resolved
Hide resolved
...sso/src/main/kotlin/com/instructure/canvas/espresso/common/pages/compose/InboxComposePage.kt
Outdated
Show resolved
Hide resolved
...s/src/main/java/com/instructure/pandautils/features/file/upload/FileUploadDialogViewModel.kt
Outdated
Show resolved
Hide resolved
automation/espresso/src/main/kotlin/com/instructure/espresso/TestingUtils.kt
Outdated
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
Outdated
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
Outdated
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
Outdated
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/compose/InboxE2ETest.kt
Outdated
Show resolved
Hide resolved
refs: MBL-16940 affects: Student release note:
…for-Inbox-attachments
tamaskozmer
approved these changes
Jan 21, 2026
...sso/src/main/kotlin/com/instructure/canvas/espresso/common/pages/compose/InboxDetailsPage.kt
Outdated
Show resolved
Hide resolved
kdeakinstructure
requested changes
Jan 21, 2026
...sso/src/main/kotlin/com/instructure/canvas/espresso/common/pages/compose/InboxDetailsPage.kt
Outdated
Show resolved
Hide resolved
automation/espresso/src/main/kotlin/com/instructure/espresso/ScreenshotTestRule.kt
Show resolved
Hide resolved
refs: MBL-16940 affects: Student release note:
kdeakinstructure
approved these changes
Jan 21, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements E2E tests for Inbox message reply/forward with video/PDF attachments, including recipient verification and file upload infrastructure fixes.
refs: MBL-16940
affects: Student
release note:
Checklist