-
Notifications
You must be signed in to change notification settings - Fork 108
[MBL-18950][All] Add E2E Tests for Inbox Signature FAB Functionality #3335
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
[MBL-18950][All] Add E2E Tests for Inbox Signature FAB Functionality #3335
Conversation
…ctly when composing messages via FAB buttons, ensuring user-specific signatures don't leak between accounts (validates bug: MBL-18929 fix). refs: MBL-18950 affects: All release note:
Pull Request Review: MBL-18950SummaryThis PR adds comprehensive E2E test coverage for the Inbox Signature feature when accessed via FAB (Floating Action Button) buttons across all three apps (Parent, Student, Teacher). The tests validate that signatures are properly displayed and isolated per user, verifying the fix for bug MBL-18929. Code Quality & Best Practices ✅Strengths:
Code style observations:
Test Coverage ✅Excellent coverage:
Potential Issues & Suggestions1. Missing newline at end of files
|
📊 Code Coverage Report✅ Student
✅ Teacher
✅ Pandautils
📈 Overall Average
|
kdeakinstructure
left a comment
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.
LGTM!
Summary
Added comprehensive E2E test coverage for Inbox Signature feature accessed via FAB buttons.
The test validates:
refs: MBL-18950
affects: All
release note:
Checklist