From 58940a67655613b8a95773d6fee2ae22f661818d Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Sat, 24 Jan 2015 12:10:46 +0000 Subject: [PATCH] Add new seed properties to feature. --- spec/features/seeds/adding_seeds_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/features/seeds/adding_seeds_spec.rb b/spec/features/seeds/adding_seeds_spec.rb index 668771850..cda26603a 100644 --- a/spec/features/seeds/adding_seeds_spec.rb +++ b/spec/features/seeds/adding_seeds_spec.rb @@ -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"