-
Notifications
You must be signed in to change notification settings - Fork 108
[MBL-16336][Student] Maintain classic quizzes E2E test #3197
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
Conversation
refs: MBL-16336 affects: Student release note:
refs: MBL-16336 affects: Student release note:
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.
Pull Request Overview
This PR enhances the classic quizzes E2E test to include search functionality testing and removes the @Stub
annotation to enable the test. The changes focus on maintaining and improving test coverage for the quiz list search capabilities in the Student app.
- Add search functionality testing to the QuizListPage
- Update QuizzesE2ETest to test search behavior for published and unpublished quizzes
- Remove
@Stub
annotation and improve test stability with better timing controls
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
StudentTest.kt | Updates QuizListPage initialization to include search configuration |
QuizListPage.kt | Adds search functionality methods and search-related UI element handling |
QuizzesE2ETest.kt | Removes stub annotation, adds search testing, and improves test flow with better timing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
apps/student/src/androidTest/java/com/instructure/student/ui/pages/QuizListPage.kt
Outdated
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/QuizzesE2ETest.kt
Show resolved
Hide resolved
apps/student/src/androidTest/java/com/instructure/student/ui/e2e/QuizzesE2ETest.kt
Show resolved
Hide resolved
refs: MBL-16336 affects: Student release note:
refs: MBL-16336 affects: Student release note:
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.
Added some comments.
Checklist
refs: MBL-16336
affects: Student
release note: