Commit ef933ae6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Even more tests fixed :)

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent bbc4b2be
......@@ -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
......
......@@ -81,7 +81,7 @@ module SharedNote
Then 'I should see the comment edit button' do
within(".js-main-target-form") do
page.should have_css(".js-note-edit-button", visible: true)
page.should have_css(".js-note-write-button", visible: true)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment