Commit cfb27a3c authored by Robert Speicher's avatar Robert Speicher

Fix "Add approvers" Spinach feature

parent e2f06bed
......@@ -431,7 +431,10 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
click_button "Submit merge request"
page.within '.issuable-title' do
click_link "Edit"
end
page.within 'ul.approver-list' 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