Commit 146aff4e authored by Stan Hu's avatar Stan Hu

Revert "Merge branch 'bw-masster-broken-mr-edit' into 'master'"

This reverts commit 7a6e4f24, reversing
changes made to ffed5fe4.
parent a25db2f3
......@@ -15,7 +15,6 @@ RSpec.shared_examples 'an editable merge request' do
page.within '.dropdown-menu-user' do
click_link user.name
end
find('.js-reviewer-search').click
expect(find('input[name="merge_request[reviewer_ids][]"]', visible: false).value).to match(user.id.to_s)
page.within '.js-reviewer-search' do
expect(page).to have_content user.name
......
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