Find maze button in spec

This commit is contained in:
Brenda Wallace committed 2019-01-24 12:17:40 +13:00
1 parent 33ad133665
commit 99fb21eebe
1 file changed
+3 -1
@@ -152,7 +152,9 @@ feature "Planting a crop", :js, :elasticsearch do
scenario "Planting from crop page" do
visit crop_path(maize)
click_link "Plant this"
within '.crop-actions' do
click_link "Plant maize"
end
within "form#new_planting" do
expect(page).to have_selector "input[value='maize']"
click_button "Save"