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

Adding functional tests for mission page #3084

Merged
merged 1 commit into from Jun 29, 2015
Merged

Adding functional tests for mission page #3084

merged 1 commit into from Jun 29, 2015

Conversation

schalkneethling
Copy link

test.assertHttpStatus(200);

test.assertVisible('#mosaic', 'The hero area mosiac is visible');
test.assertExists('#main-content .title-shadow-box', 'The main page heading exists');
Copy link
Member

Choose a reason for hiding this comment

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

Nit: title-shadow-box seems a bit too specific. Maybe just #main-content > h1 instead?

Copy link
Author

Choose a reason for hiding this comment

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

Yeah that it to specific.

@alexgibson
Copy link
Member

r+ 🌵

alexgibson added a commit that referenced this pull request Jun 29, 2015
Adding functional tests for mission page
@alexgibson alexgibson merged commit 29b738b into mozilla:master Jun 29, 2015
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.

None yet

2 participants