Show edit links for revoked blocks to revokers

This commit is contained in:
Anton Khorev 2024-07-25 04:05:31 +03:00
parent 58ac035d41
commit d88cb014cb
3 changed files with 8 additions and 4 deletions

View file

@ -212,7 +212,7 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
check_block_buttons block, :edit => 1
session_for(revoker_user)
check_block_buttons block
check_block_buttons block, :edit => 1
end
private