File tree Expand file tree Collapse file tree
features/step_definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33}
44
55body {
6+ min-width : 976px ;
67 color : $text-color ;
78 background : $background url (" square_bg.png" ) fixed ;
89}
Original file line number Diff line number Diff line change 1010 %h3 Featured
1111 .description Our favorite selection of projects.
1212
13- %ul .featured_programs_list
13+ %ul
1414 - @featured.each do |program|
1515 %li
1616 .title = program_link program
2222 %h3 All Programs
2323 .description Every program uploaded by our users!
2424
25- %ul .programs_list
25+ %ul
2626 - @programs.each do |program|
2727 %li
2828 .title = program_link program
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def visit_user_programs_page
5555end
5656
5757When /^I click the first program link$/ do
58- within ".programs_list " do
58+ within "#all-programs ul " do
5959 find ( "li:first-child a" ) . click ( )
6060 end
6161end
You can’t perform that action at this time.
0 commit comments