toContain('input[type="search"]::-webkit-search-cancel-button') ->toContain('display: none'); }); test('resource index keeps a single custom clear search control', function () { $view = file_get_contents(resource_path('views/livewire/project/resource/index.blade.php')); expect(substr_count($view, 'aria-label="Clear search"'))->toBe(1) ->and($view)->toContain('type="search"'); });