-
Notifications
You must be signed in to change notification settings - Fork 147
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
Additional tests for the new banner and version verification. #400
Additional tests for the new banner and version verification. #400
Conversation
23aec4c
to
32369cb
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.
Thanks @hemanik
I have found just one small issue, otherwise, it looks good
|
||
blogPage.blogContent() | ||
.verify() | ||
.hasAnnouncementBanner(true); |
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.
In case the first page of the blog will contain only the latest versions/announcements, then the test will fail
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.
Updated
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.
Awesome, thanks a lot @hemanik
Short description of what this resolves:
Adds additional tests for module version verification and the new announcement banner.
Changes proposed in this pull request:
Fixes: #398