Commit 496646d4 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-slash-commands-spec-error' into 'master'

Fix slash commands spec error

See merge request !8968
parents b7685ad1 9c60e8fb
......@@ -133,6 +133,8 @@ feature 'Merge Requests > User uses slash commands', feature: true, js: true do
it 'changes target_branch in new merge_request' do
visit new_namespace_project_merge_request_path(another_project.namespace, another_project, new_url_opts)
click_button "Compare branches and continue"
fill_in "merge_request_title", with: 'My brand new feature'
fill_in "merge_request_description", with: "le feature \n/target_branch fix\nFeature description:"
click_button "Submit merge request"
......
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