mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
[fix] Travis Client Side Failure (#11198)
This commit is contained in:
committed by
Nabin Hait
parent
11e964d442
commit
3e02d80636
@@ -1,7 +1,7 @@
|
|||||||
QUnit.module('Stock');
|
QUnit.module('Stock');
|
||||||
|
|
||||||
QUnit.test("test material request", function(assert) {
|
QUnit.test("test material request", function(assert) {
|
||||||
assert.expect(1);
|
assert.expect(5);
|
||||||
let done = assert.async();
|
let done = assert.async();
|
||||||
frappe.run_serially([
|
frappe.run_serially([
|
||||||
() => {
|
() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user