Use better selector for hovering the comment

pull/3937/head
Oliver Günther 9 years ago
parent 4ce2456fa4
commit e93f6df303
  1. 2
      spec/features/work_packages/details/activity_comments_spec.rb

@ -134,7 +134,7 @@ describe 'activity comments', js: true, selenium: true do
text: initial_comment)
# Hover comment
page.find('.work-package-details-activities-activity-contents').hover
page.find('.user-comment > .message').hover
# Quote this comment
page.find('.comments-icons .icon-quote', visible: false).click

Loading…
Cancel
Save