add tailiwindi
This commit is contained in:
parent
314063f15c
commit
f38c05d97c
27 changed files with 1139 additions and 494 deletions
|
@ -60,8 +60,7 @@ describe(OrderItemController::class, function (): void {
|
|||
sprintf('%snew/%s', $this->path, $this->order->getId())
|
||||
);
|
||||
|
||||
$children = $crawler->filter('body > main:nth-child(2) > div:nth-child(5)')
|
||||
->children();
|
||||
$children = $crawler->filter('form');
|
||||
|
||||
$this->assertCount(1, $children);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue