Commit ef933ae69bb48fd186c650927bff7d52a3956174

Authored by Dmitriy Zaporozhets
1 parent bbc4b2be

Even more tests fixed :)

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
features/steps/shared/diff_note.rb
@@ -138,7 +138,7 @@ module SharedDiffNote @@ -138,7 +138,7 @@ module SharedDiffNote
138 138
139 Then 'I should see the diff comment edit button' do 139 Then 'I should see the diff comment edit button' do
140 within(".diff-file") do 140 within(".diff-file") do
141 - page.should have_css(".js-note-edit-button", visible: true) 141 + page.should have_css(".js-note-write-button", visible: true)
142 end 142 end
143 end 143 end
144 144
features/steps/shared/note.rb
@@ -81,7 +81,7 @@ module SharedNote @@ -81,7 +81,7 @@ module SharedNote
81 81
82 Then 'I should see the comment edit button' do 82 Then 'I should see the comment edit button' do
83 within(".js-main-target-form") do 83 within(".js-main-target-form") do
84 - page.should have_css(".js-note-edit-button", visible: true) 84 + page.should have_css(".js-note-write-button", visible: true)
85 end 85 end
86 end 86 end
87 87