Commits comment test update

This commit is contained in:
Phil Hughes 2016-03-30 17:13:18 +01:00
parent 29f414aa5a
commit ccc64676a9

View file

@ -2,7 +2,7 @@ module SharedNote
include Spinach::DSL
step 'I delete a comment' do
page.within('.notes') do
page.within('.main-notes-list') do
find('.note').hover
find(".js-note-delete").click
end