better readable forms
This commit is contained in:
parent
547b1842bf
commit
994d837de9
5 changed files with 29 additions and 9 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue