UI test fixed for supplier quotation (#11260)

* UI test fixed for supplier quotation

* ui test fixes for purchase order

* Fixed number of assertion in student admission test

* Fixed multiple ui tests

* ui tests
This commit is contained in:
Nabin Hait
2017-10-21 10:44:30 +05:30
committed by GitHub
parent 5a4d5bfaf2
commit 4825eccad5
8 changed files with 18 additions and 27 deletions

View File

@@ -15,7 +15,8 @@ QUnit.test("test: Restaurant", function (assert) {
// values to be set
{__newname: 'Test Restaurant 1'},
{company: 'Test Company'},
{invoice_series_prefix: 'Test-Rest-1-Inv-'}
{invoice_series_prefix: 'Test-Rest-1-Inv-'},
{default_customer: 'Test Customer 1'}
])
},
() => frappe.timeout(3),
@@ -27,7 +28,8 @@ QUnit.test("test: Restaurant", function (assert) {
// values to be set
{__newname: 'Test Restaurant 2'},
{company: 'Test Company'},
{invoice_series_prefix: 'Test-Rest-3-Inv-'}
{invoice_series_prefix: 'Test-Rest-3-Inv-'},
{default_customer: 'Test Customer 2'}
]);
},
() => frappe.timeout(3),

View File

@@ -16,7 +16,7 @@ QUnit.test("test: Restaurant Menu", function (assert) {
{item_group: "Products"},
{is_stock_item: 1},
],
"Test Product 3": [
"Food Item 3": [
{item_code: "Food Item 3"},
{item_group: "Products"},
{is_stock_item: 1},