Feature: Project Merge Requests AcceptanceBackground:Given There is an open Merge RequestAnd I am signed in as a developer of the project@javascriptScenario: Accepting the Merge Request and removing the source branchGiven I am on the Merge Request detail pageWhen I click on "Remove source branch" optionAnd I click on Accept Merge RequestThen I should not see the Remove Source Branch button@javascriptScenario: Accepting the Merge Request without removing the source branchGiven I am on the Merge Request detail pageWhen I click on Accept Merge RequestThen I should see the Remove Source Branch button