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

Basic 2385/caleb #175

Open
wants to merge 36 commits into
base: 5.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
dfa4bf8
Removed Scenario Outline for homepage-lomita.feature in products/jsa
caleb-jones Aug 4, 2017
e8ed7c4
Removed Scenario Outline for homepage-mayfield-dynamic.feature in pro…
caleb-jones Aug 4, 2017
fbb75bc
Removed Scenario Outline for homepage-mayfield-static.feature in prod…
caleb-jones Aug 4, 2017
2a4e546
Removed Scenario Outline for homepage-palm-dynamic.feature in product…
caleb-jones Aug 4, 2017
b7b7610
Removed Scenario Outline for homepage.feature in products/jsa
caleb-jones Aug 7, 2017
d022bbd
Removed Scenario Outline for homepage-palm-static.feature in products…
caleb-jones Aug 7, 2017
32a0bd1
Removed Scenario Outline for homepage-panama-dynamic.feature in produ…
caleb-jones Aug 7, 2017
35f2e23
Removed Scenario Outline for homepage-panama-static.feature in produc…
caleb-jones Aug 7, 2017
1e4f4ea
Removed Scenario Outline for homepage-serra-dynamic.feature in produc…
caleb-jones Aug 7, 2017
72baa9b
Removed Scenario Outline for homepage-serra-static.feature in product…
caleb-jones Aug 7, 2017
4d309b7
Removed Scenario Outline for stanford_person_layout_views.feature in …
caleb-jones Aug 7, 2017
6388a54
Removed Scenario Outline for customize_design.feature in products/jsa
caleb-jones Aug 7, 2017
7b0dee2
Removed Scenario Outline for homepage_hoover.feature in products/jsa
caleb-jones Aug 7, 2017
526f157
Removed Scenario Outline for homepage_morris.feature in products/jsa
caleb-jones Aug 7, 2017
11a714e
Removed Scenario Outline for stanford_sites_helper.feature in product…
caleb-jones Aug 7, 2017
11e320a
Removed Scenario Outline for stanford_sites_helper.feature in product…
caleb-jones Aug 7, 2017
b7c8692
Removed Scenario Outline for homepage.feature in products/jsa
caleb-jones Aug 7, 2017
b315355
Removed Scenario Outline for homepage.feature in products/jslbre
caleb-jones Aug 7, 2017
2e16b2c
Removed Scenario Outline for homepage.feature in products/jsplus
caleb-jones Aug 7, 2017
9ad5728
Removed Scenario Outline for homepage.feature in products/jsv
caleb-jones Aug 7, 2017
6364ae5
Removed Scenario Outline for homepage.feature in products/jsvpsa
caleb-jones Aug 7, 2017
bf14411
Added indents for readability for stanford_sites_helper.feature in p…
caleb-jones Aug 7, 2017
74746b7
Fixed typos in homepage-mayfield-static.feature in products/jsa
caleb-jones Aug 7, 2017
42d9c1b
Fixed typos in homepage-palm-dynamic.feature in products/jsa
caleb-jones Aug 7, 2017
970a7cc
Changed Scenarios within jsa/stanford_jumpstart_home features to not …
caleb-jones Aug 9, 2017
389a0ed
Changed Scenarios within jsa/stanford_person features to not read as …
caleb-jones Aug 9, 2017
f5ffd71
Changed Scenarios within jse/stanford_jumpstart_home features to not …
caleb-jones Aug 9, 2017
61d9062
Changed Scenarios within jse/stanford_sites_helper features to not re…
caleb-jones Aug 9, 2017
ab6e481
Changed Scenarios within jsl features to not read as Scenario Outlines
caleb-jones Aug 9, 2017
0817d7c
Changed Scenarios within jslbre features to not read as Scenario Outl…
caleb-jones Aug 9, 2017
c609434
Changed Scenarios within jsplus features to not read as Scenario Outl…
caleb-jones Aug 9, 2017
e867aa6
Changed Scenarios within jsv features to not read as Scenario Outlines
caleb-jones Aug 9, 2017
37ce09f
Changed Scenarios within jsvpsa features to not read as Scenario Outl…
caleb-jones Aug 9, 2017
3f0cd35
SOE-2385: Get jse/stanford_jumpstart_homepage working
cjwest Mar 23, 2018
4a40321
BASIC-2385: add deploy tags to person
cjwest Mar 26, 2018
af65315
SOE-2385: fixes for homepage.feature
cjwest Mar 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed Scenario Outline for homepage.feature in products/jsa
  • Loading branch information
caleb-jones committed Aug 7, 2017
commit b7c86921fe37ae56014d869f3ac22aa444e30e05
87 changes: 38 additions & 49 deletions products/jsl/features/homepage.feature
Original file line number Diff line number Diff line change
@@ -12,59 +12,48 @@ Feature: Homepage
#
# Scenario Outline: Header content
# Given I am on the homepage
# Then I should see the "<Header>" heading in the "<Region>" region
#
# Examples:
# | Header | Region |
# | Welcome to your site! | Main Top |
# | About | Content 3 column flow |
# | About | Footer |
# | Academics | Footer |
# | People | Footer |
# | News and Events | Footer |
# | Connect | Footer |
# | Contact Us | Footer |
# Then I should see the "Welcome to your site!" heading in the "Main Top" region
# Then I should see the "About" heading in the "Content 3 column flow" region
# Then I should see the "About" heading in the "Footer" region
# Then I should see the "Academics" heading in the "Footer" region
# Then I should see the "People" heading in the "Footer" region
# Then I should see the "New and Events" heading in the "Footer" region
# Then I should see the "Connect" heading in the "Footer" region
# Then I should see the "Contact Us" heading in the "Footer" region
#
# Scenario Outline: Homepage content
# Given I am on the homepage
# Then I should see "<Text>" in the "<Region>" region
#
# Examples:
# | Text | Region |
# | Feature a tagline or website subtitle here | Main Top|
# | Edit this block to change the image and caption | Main Top |
# | This is your About block | Content 3 column flow |
# Then I should see "Feature a tagline or website subtitle here" in the "Main Top" region
# Then I should see "Edit this block to change the image and caption" in the "Main Top" region
# Then I should see "This is your About block" in the "Content 3 column flow" region
#
# Scenario Outline: Homepage links
# Given I am on the homepage
# Then I should see the link "<Link>" in the "<Region>" region
# Then I should see the link "Example link" in the "Main Top" region
# Then I should see the link "About Us" in the "Footer" region
# Then I should see the link "Affiliated Programs" in the "Footer" region
# Then I should see the link "Location" in the "Footer" region
# Then I should see the link "Contact" in the "Footer" region
# Then I should see the link "Make a Gift" in the "Footer" region
# Then I should see the link "Undergraduate Program" in the "Footer" region
# Then I should see the link "Graduate Programs" in the "Footer" region
# Then I should see the link "Courses" in the "Footer" region
# Then I should see the link "Faculty" in the "Footer" region
# Then I should see the link "Students" in the "Footer" region
# Then I should see the link "Department Newsletter" in the "Footer" region
# Then I should see the link "Recent News" in the "Footer" region
# Then I should see the link "Subscribe" in the "Footer" region
# Then I should see the link "Staff" in the "Footer" region
# Then I should see the link "Campus Map" in the "Footer" region
# Then I should see the link "Facebook" in the "Footer" region
# Then I should see the link "Twitter" in the "Footer" region
# Then I should see the link "GooglePlus" in the "Footer" region
# Then I should see the link "LinkedIn" in the "Footer" region
# Then I should see the link "YouTube" in the "Footer" region
# Then I should see the link "Vimeo" in the "Footer" region
# Then I should see the link "Tumblr" in the "Footer" region
# Then I should see the link "Pinterest" in the "Footer" region
# Then I should see the link "Flickr" in the "Footer" region
# Then I should see the link "[email protected]" in the "Footer" region
# Then I should see the link "Campus Map" in the "Footer" region
#
# Examples:
# | Link | Region |
# | Example link | Main Top |
# | About Us | Footer |
# | Affiliated Programs | Footer |
# | Location | Footer |
# | Contact | Footer |
# | Make a Gift | Footer |
# | Undergraduate Program | Footer |
# | Graduate Programs | Footer |
# | Courses | Footer |
# | Faculty | Footer |
# | Students | Footer |
# | Department Newsletter | Footer |
# | Recent News | Footer |
# | Subscribe | Footer |
# | Staff | Footer |
# | Campus Map | Footer |
# | Facebook | Footer |
# | Twitter | Footer |
# | GooglePlus | Footer |
# | LinkedIn | Footer |
# | YouTube | Footer |
# | Vimeo | Footer |
# | Tumblr | Footer |
# | Pinterest | Footer |
# | Flickr | Footer |
# | [email protected] | Footer |
# | Campus Map | Footer |