Commit 40dcae37 authored by Bryce Johnson's avatar Bryce Johnson

Remove spec for merge button hidden, as it shouldn't be.

parent fb7f9b93
......@@ -334,14 +334,12 @@ Feature: Project Merge Requests
And I visit project "Shop" merge requests page
And merge request 'Bug NS-04' must be approved
And I click link "Bug NS-04"
And I should see the merge button disabled
When I click link "Approve"
Then I should see approved merge request "Bug NS-04"
Scenario: I can not approve merge request if I am not an approver
Given merge request 'Bug NS-04' must be approved by some user
And I click link "Bug NS-04"
And I should see the merge button disabled
When I should not see Approve button
And I should see message that MR require an approval
......
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