diff options
| author | Rubén Dávila <Ruben@GitLab.com> | 2015-12-21 22:59:15 -0500 |
|---|---|---|
| committer | Rubén Dávila <Ruben@GitLab.com> | 2015-12-21 22:59:15 -0500 |
| commit | 42da7cd375a615d0ba092495981682bafdb99b47 (patch) | |
| tree | e1a50b71140969c7aa01d2c217a4eca854d8c566 /features/project | |
| parent | 25bf3eb8041be93d9003d2cac1323f4d18d317ec (diff) | |
| download | gitlab-ce-42da7cd375a615d0ba092495981682bafdb99b47.tar.gz | |
Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189issue_4189
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/merge_requests/accept.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/project/merge_requests/accept.feature b/features/project/merge_requests/accept.feature index d5e4f2b0bd8..330ec8ae0fe 100644 --- a/features/project/merge_requests/accept.feature +++ b/features/project/merge_requests/accept.feature @@ -13,6 +13,14 @@ Feature: Project Merge Requests Acceptance And I should not see the Remove Source Branch button @javascript + Scenario: Accepting the Merge Request when URL has an anchor + Given I am on the Merge Request detail with note anchor page + When I click on "Remove source branch" option + And I click on Accept Merge Request + Then I should see merge request merged + And I should not see the Remove Source Branch button + + @javascript Scenario: Accepting the Merge Request without removing the source branch Given I am on the Merge Request detail page When I click on Accept Merge Request |
