add tailiwindi
This commit is contained in:
parent
314063f15c
commit
f38c05d97c
27 changed files with 1139 additions and 494 deletions
|
@ -136,10 +136,9 @@ describe(MenuItemController::class, function (): void {
|
|||
$this->assertTrue($menuItem->isDeleted());
|
||||
|
||||
$crawler = $this->client->request('GET', '/order/item/new/' . $order->getId());
|
||||
$count = $crawler->filter('body > main:nth-child(2) > div:nth-child(5)')
|
||||
->children()
|
||||
$count = $crawler->filter('form')
|
||||
->count();
|
||||
$this->assertSame(2, $count);
|
||||
$this->assertSame(1, $count);
|
||||
|
||||
$this->assertResponseIsSuccessful();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue