From 8599543daf5d6df6f7d44ff8494271a9ade963de Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 15 Jun 2019 17:13:22 +1200 Subject: [PATCH] actions menu is a link, not a button. fix spec --- spec/features/crops/crop_wranglers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/crops/crop_wranglers_spec.rb b/spec/features/crops/crop_wranglers_spec.rb index da83f2f0f..77571c0d4 100644 --- a/spec/features/crops/crop_wranglers_spec.rb +++ b/spec/features/crops/crop_wranglers_spec.rb @@ -35,7 +35,7 @@ describe "crop wranglers", js: true do describe "visiting a crop can see wrangler links" do before do visit crop_path(crops.first) - click_button 'Actions' + click_link 'Actions' end it { expect(page).to have_content 'You are a CROP WRANGLER' }