mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-09 16:24:32 -04:00
Add new seed properties to feature.
This commit is contained in:
@@ -17,6 +17,10 @@ feature "Harvesting a crop", :js => true do
|
||||
within "form#new_seed" do
|
||||
fill_in "Quantity:", :with => 42
|
||||
fill_in "Plant before:", :with => "2014-06-15"
|
||||
fill_in "Days until maturity:", :with => 999
|
||||
select "certified organic", :from => "Organic?"
|
||||
select "non-certified GMO-free", :from => "GMO?"
|
||||
select "heirloom", :from => "Heirloom?"
|
||||
fill_in "Description", :with => "It's killer."
|
||||
select "internationally", :from => "Will trade:"
|
||||
click_button "Save"
|
||||
|
||||
Reference in New Issue
Block a user