forked from lubiana/futtern
booty
This commit is contained in:
parent
c99032044d
commit
5cb66c5012
34 changed files with 1236 additions and 132 deletions
|
@ -119,7 +119,7 @@ describe(FoodVendorController::class, function (): void {
|
|||
)->text();
|
||||
$this->assertSame('My Title', $nameNode);
|
||||
|
||||
$itemNodes = $crawler->filter('li');
|
||||
$itemNodes = $crawler->filter('ul.list-group li.list-group-item');
|
||||
|
||||
$this->assertCount(4, $itemNodes);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue