toContain('Cannot connect to real-time service') ->toContain('Acknowledge & disable') ->toContain('customActions') ->toContain('rounded-2xl border border-red-200') ->toContain('name="alert-triangle"') ->not->toContain('WARNING: Cannot connect to real-time service') ->not->toContain('Acknowledge & Disable This Popup'); }); test('notification reminder uses the redesigned popup shell', function () { $view = file_get_contents(resource_path('views/livewire/layout-popups.blade.php')); expect($view) ->toContain('No notifications enabled') ->toContain('Accept and close') ->toContain('Open notifications') ->not->toContain('Accept and Close'); });