Skip to content
Snippets Groups Projects
Commit 195ef985 authored by Phil Hughes's avatar Phil Hughes
Browse files

Added test

parent 4885423f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -325,3 +325,11 @@ Feature: Project Merge Requests
When I click the "Target branch" dropdown
And I select a new target branch
Then I should see new target branch changes
@javascript
Scenario: I can close merge request after commenting
Given I visit merge request page "Bug NS-04"
And I leave a comment like "XML attached"
Then I should see comment "XML attached"
And I click link "Close"
Then I should see closed merge request "Bug NS-04"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment