Commit 6eccaa9f by Dean Dieker Committed by Mark L. Chang

added some clicking to static links

parent db2b6b77
...@@ -17,12 +17,12 @@ Feature: Homepage renders ...@@ -17,12 +17,12 @@ Feature: Homepage renders
Scenario: We can see the "Login" button Scenario: We can see the "Login" button
Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/" Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/"
#"http://anant:agarwal@stage-edx-001.m.edx.org/" #"http://anant:agarwal@stage-edx-001.m.edx.org/"
I should see "Sign Up" I should see "Log In"
Scenario: We can see the "Sign up" button Scenario: We can see the "Sign up" button
Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/" Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/"
#"http://anant:agarwal@stage-edx-001.m.edx.org/" #"http://anant:agarwal@stage-edx-001.m.edx.org/"
I should see "Log In" I should see "Sign Up"
Scenario: We can see the three partner institutions Scenario: We can see the three partner institutions
Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/" Given I visit "http://anant:agarwal@sandbox-test-001.m.edx.org/"
...@@ -39,3 +39,15 @@ Feature: Homepage renders ...@@ -39,3 +39,15 @@ Feature: Homepage renders
I should see "Blog" I should see "Blog"
I should see "Jobs" I should see "Jobs"
I should see "Contact" I should see "Contact"
When I click "Find Courses"
I should be at "http://sandbox-test-001.m.edx.org/courses"
When I click "About"
I should be at "http://sandbox-test-001.m.edx.org/about"
When I click "Jobs"
I should be at "http://sandbox-test-001.m.edx.org/jobs"
When I click "Contact"
I should be at "http://sandbox-test-001.m.edx.org/contact"
When I click "Blog"
I should be at "http://blog.edx.org/"
When I click "EDX HOME"
I should be at "http://www.edx.org"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment