summaryrefslogtreecommitdiff
path: root/features/steps/project/snippets.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-03-11 14:22:49 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-03-11 14:22:49 +0100
commit388f69b0de6450ec48a8b88df48bbe2d465593ea (patch)
tree605a78c0546f20a86e63afe255a82c86f0148c7f /features/steps/project/snippets.rb
parent9a271d80128451eecc9a301d5e9924c09740be07 (diff)
parent29ac9f64ea6d0a9e5a7615a9597c668dd129f5ae (diff)
downloadgitlab-ce-388f69b0de6450ec48a8b88df48bbe2d465593ea.tar.gz
Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updates
# Conflicts: # spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
Diffstat (limited to 'features/steps/project/snippets.rb')
-rw-r--r--features/steps/project/snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/snippets.rb b/features/steps/project/snippets.rb
index 504654f90dd..786a0cad975 100644
--- a/features/steps/project/snippets.rb
+++ b/features/steps/project/snippets.rb
@@ -77,7 +77,7 @@ class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps
step 'I leave a comment like "Good snippet!"' do
page.within('.js-main-target-form') do
fill_in "note_note", with: "Good snippet!"
- click_button "Add Comment"
+ click_button "Comment"
end
end