summaryrefslogtreecommitdiff
path: root/features/steps/shared/diff_note.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 14:41:13 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 14:41:13 +0300
commitef933ae69bb48fd186c650927bff7d52a3956174 (patch)
treee15dcf97ad0538ce1470431568289eb27e3272be /features/steps/shared/diff_note.rb
parentbbc4b2be8db5166ce54a81e6f25ffe48fa293a5f (diff)
downloadgitlab-ce-ef933ae69bb48fd186c650927bff7d52a3956174.tar.gz
Even more tests fixed :)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/shared/diff_note.rb')
-rw-r--r--features/steps/shared/diff_note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/diff_note.rb b/features/steps/shared/diff_note.rb
index f80d8d06475..f917d7bde08 100644
--- a/features/steps/shared/diff_note.rb
+++ b/features/steps/shared/diff_note.rb
@@ -138,7 +138,7 @@ module SharedDiffNote
Then 'I should see the diff comment edit button' do
within(".diff-file") do
- page.should have_css(".js-note-edit-button", visible: true)
+ page.should have_css(".js-note-write-button", visible: true)
end
end