[tests] fix
This commit is contained in:
parent
2ad3d77b88
commit
a0436456f8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ QUnit.test("Test Workflow", function(assert) {
|
|||
cur_frm.set_value('send_welcome_email', 0);
|
||||
cur_frm.save();
|
||||
},
|
||||
() => frappe.timeout(0.5),
|
||||
() => frappe.timeout(2),
|
||||
() => frappe.tests.click_button('Actions'),
|
||||
() => frappe.timeout(0.5),
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue