Commit a00dedc8 authored by Phil Hughes's avatar Phil Hughes

Fixed failing tests with MR header

parent 7d32ad01
...@@ -556,8 +556,8 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps ...@@ -556,8 +556,8 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
click_button "Submit merge request" click_button "Submit merge request"
page.within '.detail-page-header' do page.within '.issuable-actions' do
click_link "Edit" first(:link, 'Edit', visible: true).click
end end
page.within 'ul.approver-list' do page.within 'ul.approver-list' do
......
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