mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🗑️ Remove unused and outdated Blade views, refactor access restriction messages with Flux callout components, and update related Livewire tests for improved maintainability and UX.
This commit is contained in:
@@ -11,7 +11,7 @@ it('denies access to unauthorized users', function () {
|
||||
|
||||
Livewire::test('association.members.admin')
|
||||
->assertSet('isAllowed', false)
|
||||
->assertSee('Du bist nicht berechtigt, Mitglieder zu bearbeiten.');
|
||||
->assertSee('Mitglieder können nicht bearbeitet werden');
|
||||
});
|
||||
|
||||
it('grants access to authorized pubkeys', function () {
|
||||
|
||||
Reference in New Issue
Block a user