Commit a9a6de2d authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Use click_button instead click_link

parent 083219a9
......@@ -468,7 +468,7 @@ describe 'Scoped issue boards', :js do
click_button 'Expand'
page.within(".#{filter}") do
click_link 'Edit'
click_button 'Edit'
if value.is_a?(Array)
value.each { |value| click_link value }
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment