test: minor change

This commit is contained in:
Shariq Ansari 2022-10-06 18:05:24 +05:30
parent 8989bc49ae
commit 458757708f

View file

@ -17,7 +17,7 @@ context("Dashboard links", () => {
.window()
.its("frappe")
.then((frappe) => {
return frappe.xcall("frappe.tests.ui_test_helpers.update_child_table", {
frappe.call("frappe.tests.ui_test_helpers.update_child_table", {
name: child_table_doctype_name,
});
});