mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
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:
@@ -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),
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user