VRFS-2217 fixed tests broken by scrolling changes

This commit is contained in:
Jonathan Kolyer 2014-10-13 02:02:53 +00:00
parent aef2b873f2
commit 2ce8382a1c
1 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,6 @@ describe "Feed", :js => true, :type => :feature, :capybara_feature => true do
find('div.comment-text', text: comment)
find('#dialog-close-button', '[layout-id="comment-dialog"]').trigger(:click)
find('[layout-id="feed"] .btn-refresh-entries').trigger(:click)
find('span.comments').should have_content('1')
# Likes
@ -172,7 +171,6 @@ describe "Feed", :js => true, :type => :feature, :capybara_feature => true do
find('div.comment-text', text: comment)
find('#dialog-close-button', '[layout-id="comment-dialog"]').trigger(:click)
find('[layout-id="feed"] .btn-refresh-entries').trigger(:click)
find('span.comments').should have_content('1')
# Likes
@ -205,4 +203,4 @@ describe "Feed", :js => true, :type => :feature, :capybara_feature => true do
end
end
end