Skip to content
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

Merged
merged 5 commits into from
Nov 3, 2017

Conversation

hemanik
Copy link
Member

@hemanik hemanik commented Oct 26, 2017

Short description of what this resolves:

Adds additional tests for module version verification and the new announcement banner.

Changes proposed in this pull request:

  • Blogs Page: test for verification of new announcement banner.
  • Modules Page + Individual Module Page: test to verify module version against latest version fetched from github repo.

Fixes: #398

@hemanik hemanik changed the title WIP: Additional tests for the new banner and version verification. Additional tests for the new banner and version verification. Oct 27, 2017
Copy link
Contributor

@MatousJobanek MatousJobanek left a 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);
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Contributor

@MatousJobanek MatousJobanek left a 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

@MatousJobanek MatousJobanek merged commit d334352 into arquillian:functional-tests Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants