[UI Test] Test for Product Bundle added (#10158)

This commit is contained in:
Vishal Dhayagude
2017-07-28 19:36:50 +05:30
committed by Makarand Bauskar
parent 4c7709efbd
commit 569011fb21
3 changed files with 45 additions and 1 deletions

View File

@@ -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(