--- paths: - 'resources/views/**' --- # Views ## `` drops data-test and other attributes `` (Livewire Material) keeps only class, style and wire:key on its fieldset and wire:model/x-model on its inputs; data-test, id and every other attribute are silently dropped. Tests reach a group through its binding instead, e.g. assertSeeHtml('wire:model.live="passwordGeneratorType"') or input[value="…"]. Rendering `` also needs components/group.css imported in resources/css/app.css (DesignLanguageTest's missingStylesheets guards it).