diff --git a/web/spec/features/feed_spec.rb b/web/spec/features/feed_spec.rb index 8b820ec92..22a642e75 100644 --- a/web/spec/features/feed_spec.rb +++ b/web/spec/features/feed_spec.rb @@ -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 \ No newline at end of file +end