diff --git a/tests/Feature/Components/AppBarTest.php b/tests/Feature/Components/AppBarTest.php index 51fd3892..6faeaee8 100644 --- a/tests/Feature/Components/AppBarTest.php +++ b/tests/Feature/Components/AppBarTest.php @@ -76,7 +76,7 @@ it('keeps two trailing icon buttons below medium and four from it, the rest in a ->and(preg_match_all('/role="menu"\s+data-md-menu-popover\s+data-md-position="bottom-end"\s+aria-label="More options"/', $html))->toBe(2) // Below medium: all but the first. ->and($compact) - ->toMatch('/]*role="menuitem" tabindex="-1" href="\/shares\/1\/share"/') + ->toMatch('/]*role="menuitem" tabindex="-1" href="\/shares\/1\/share"/') ->toMatch('/role="menuitemcheckbox" aria-checked="true"[^>]*wire:click="star"/') ->toMatch('/role="menuitem"[^>]*wire:click="archive"/') ->toMatch('/role="menuitem" aria-disabled="true"/')