Assert on page contents before reloading report for interface JS spec (#34132)
This commit is contained in:
		@@ -40,5 +40,7 @@ RSpec.describe 'report interface', :attachment_processing, :js, :streaming do
 | 
			
		||||
    within '.report-actions' do
 | 
			
		||||
      click_on I18n.t('admin.reports.mark_as_resolved')
 | 
			
		||||
    end
 | 
			
		||||
    expect(page)
 | 
			
		||||
      .to have_content(I18n.t('admin.reports.resolved_msg'))
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user