Skip to content

Instantly share code, notes, and snippets.

@trosborn
Created November 7, 2015 10:06
Show Gist options
  • Save trosborn/fcecd8dc944471a53415 to your computer and use it in GitHub Desktop.
Save trosborn/fcecd8dc944471a53415 to your computer and use it in GitHub Desktop.
within all('.salad_sizes_name').last do
find('input').set('Large')
end
within all('.salad_sizes_name').last { find('input').set('Large') }
@trosborn
Copy link
Author

trosborn commented Nov 7, 2015

line 6 is what I want it to look like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment