Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # FIND MATCHERS
  2. have_select('locator', options = {}) # expect(page).to have_select('id', options: ['Yes', 'No'])
  3. have_field('locator', options = {}) # expect(page).to have_field('id', placeholder: 'What city do you live in?')
  4.  
  5. # FORM/DOM INTERACTION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement