13-05-2026 Waren Wirtschaft
This commit is contained in:
parent
9ce711d6b2
commit
ca3eb663fe
40 changed files with 1000 additions and 189 deletions
|
|
@ -247,7 +247,7 @@ test('packaging items full CRUD as admin', function () {
|
|||
'packaging_material_id' => (string) $material->id,
|
||||
'supplier_id' => '',
|
||||
'name' => 'CRUD-Verpack-Art-upd',
|
||||
'category' => 'label',
|
||||
'category' => 'shipping',
|
||||
'weight_grams' => '5',
|
||||
'min_stock_alert' => '',
|
||||
'product_id' => '',
|
||||
|
|
@ -256,7 +256,7 @@ test('packaging items full CRUD as admin', function () {
|
|||
|
||||
$item->refresh();
|
||||
expect($item->name)->toBe('CRUD-Verpack-Art-upd');
|
||||
expect($item->category)->toBe('label');
|
||||
expect($item->category)->toBe('shipping');
|
||||
expect($item->supplier_id)->toBeNull();
|
||||
expect($item->product_id)->toBeNull();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue