@@ -0,0 +1,9 @@
use Mojo::Base -strict;
use Test::More;
use Test::Mojo;
my $t = Test::Mojo->new('Dojo');
$t->get_ok('/')->status_is(200)->content_like(qr/Mojolicious/i);
done_testing();
The note is not visible to the blocked user.