Commit c3cae0ee authored by Luke Bennett's avatar Luke Bennett

Fix user_creates_merge_request_spec.rb

parent 0077f212
......@@ -55,7 +55,7 @@ describe 'User creates a merge request', :js do
expect(page).to have_content('Wiki Feature')
end
page.within('.issuable-actions') do
page.within('.js-issuable-actions') do
click_link('Edit', match: :first)
end
......
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