summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-04 12:22:27 +0000
committerPhil Hughes <me@iamphill.com>2016-03-04 12:22:27 +0000
commitb1264d86fa0772860b284893a3bf129bec35cb0d (patch)
treeec72bd46f793b32efe83471a519b8d62e16c51e0 /features
parentda6e38a889d4725a50fbe0bf8a3ca1d3e53d01c3 (diff)
downloadgitlab-ce-b1264d86fa0772860b284893a3bf129bec35cb0d.tar.gz
Fixed failing comment test
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/merge_requests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/merge_requests.rb b/features/steps/project/merge_requests.rb
index dde864f5180..b0c4668fc78 100644
--- a/features/steps/project/merge_requests.rb
+++ b/features/steps/project/merge_requests.rb
@@ -404,7 +404,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
page.within(".js-discussion-note-form") do
fill_in "note_note", with: "Line is correct"
- click_button "Add Comment"
+ click_button "Comment"
end
page.within ".files [id^=diff]:nth-child(2) .note-body > .note-text" do