mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 05:45:19 +00:00
[UI Test] Test for Product Bundle added (#10158)
This commit is contained in:
committed by
Makarand Bauskar
parent
4c7709efbd
commit
569011fb21
@@ -65,6 +65,13 @@ QUnit.test("test: item", function (assert) {
|
||||
{item_group: "Products"}
|
||||
]
|
||||
),
|
||||
() => frappe.tests.make(
|
||||
"Item", [
|
||||
{item_code: "Computer"},
|
||||
{item_group: "Products"},
|
||||
{is_stock_item: 0},
|
||||
]
|
||||
),
|
||||
|
||||
// Create a scrap item
|
||||
() => frappe.tests.make(
|
||||
|
||||
Reference in New Issue
Block a user