Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Then /^I should see the feed?$/ do
  2. page.should have_css('.feed-layout')
  3.  
  4. within('.feed-layout') do
  5. page.should have_css('#header')
  6.  
  7. within('#header') do
  8. page.should have_css('a#g-button', :text => 'Glass')
  9. page.should have_css('form#search-form')
  10. page.should have_css('a#link-to-feed')
  11.  
  12. # etc..
Add Comment
Please, Sign In to add comment