better readable forms
All checks were successful
/ ls (pull_request) Successful in 1m38s
/ ls (push) Successful in 1m34s

This commit is contained in:
lubiana 2025-07-07 18:22:30 +02:00
parent 547b1842bf
commit 994d837de9
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 29 additions and 9 deletions

View file

@ -119,7 +119,7 @@ describe(FoodVendorController::class, function (): void {
)->text();
$this->assertSame('My Title', $nameNode);
$itemNodes = $crawler->filter('ul.list-group li.list-group-item');
$itemNodes = $crawler->filter('tr.menu-item');
$this->assertCount(4, $itemNodes);
});