Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-02-03 22:51:56 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-02-03 23:23:44 +0300
commit9c60e8fb5963c55e1ea6cf28e3851d822f0bb540 (patch)
tree47bab702ca04b654987c484b71d2c4796988b2f5 /spec
parentd76b9291f75031c729760e3e00d9f7f1aa01644d (diff)
Fix slash commands spec error
Diffstat (limited to 'spec')
-rw-r--r--spec/features/merge_requests/user_uses_slash_commands_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/merge_requests/user_uses_slash_commands_spec.rb b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
index 2b454b38231..2f3c3e45ae6 100644
--- a/spec/features/merge_requests/user_uses_slash_commands_spec.rb
+++ b/spec/features/merge_requests/user_uses_slash_commands_spec.rb
@@ -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"