actions menu is a link, not a button. fix spec

This commit is contained in:
Brenda Wallace
2019-06-15 17:13:22 +12:00
parent 2a0c93ed1a
commit 8599543daf

View File

@@ -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' }