🧪 Test: Update assertions to reflect HTML-formatted descriptions and strict boolean casting

This commit is contained in:
HolgerHatGarKeineNode
2026-05-18 22:07:16 +02:00
parent 3b855e9517
commit cdfc738ede
3 changed files with 3 additions and 3 deletions
@@ -144,7 +144,7 @@ it('can update no email preference', function () {
->set('no', true)
->assertSet('showEmail', false);
expect($pleb->fresh()->no_email)->toBeTrue();
expect((bool) $pleb->fresh()->no_email)->toBeTrue();
});
it('can save membership application', function () {