-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#11572] Add notification banner E2E test (E2E in individual pages) #11749
[#11572] Add notification banner E2E test (E2E in individual pages) #11749
Conversation
3e81650
to
7f89c49
Compare
88cf39a
to
33f4ab5
Compare
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, except for a small change request:
…nner-refactored-e2e
33f4ab5
to
4259a9c
Compare
…nner-refactored-e2e
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.
I can't say I like the way the dedicated E2E test is designed, but I don't have a better alternative as of now.
Fixes #11572
Outline of Solution
Unlike #11748, this PR tests the presence of the notification banner in the notification page as well as the home page for both instructors and students. Notification banner functionality is tested in
NotificationBannerE2ETest
.