mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 08:47:33 +00:00
increase point-of-sale timeout to fix UI test
This commit is contained in:
@@ -4,7 +4,7 @@ QUnit.test("test:Point of Sales", function(assert) {
|
||||
|
||||
frappe.run_serially([
|
||||
() => frappe.set_route('point-of-sale'),
|
||||
() => frappe.timeout(2),
|
||||
() => frappe.timeout(3),
|
||||
() => frappe.set_control('customer', 'Test Customer 1'),
|
||||
() => frappe.timeout(0.2),
|
||||
() => cur_frm.set_value('customer', 'Test Customer 1'),
|
||||
|
||||
Reference in New Issue
Block a user