Disallow comment actions on valuation comments

This commit is contained in:
Bertocq
2018-01-31 17:46:36 +01:00
parent 0f4d0b4fe9
commit 5420cd36bf
4 changed files with 10 additions and 10 deletions

View File

@@ -248,6 +248,7 @@ feature 'Internal valuation comments on Budget::Investments' do
expect(page).to have_no_css('.comment-votes')
expect(page).to have_no_css('.js-flag-actions')
expect(page).to have_no_css('.js-moderation-actions')
end
end