Commits comment test update

This commit is contained in:
Phil Hughes
2016-04-04 10:48:49 +01:00
parent 29f414aa5a
commit ccc64676a9
+1 -1
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