From 458757708fad0dde6630baf770efeb39b09b2d6e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 6 Oct 2022 18:05:24 +0530 Subject: [PATCH] test: minor change --- cypress/integration/dashboard_links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/dashboard_links.js b/cypress/integration/dashboard_links.js index 061899ec95..ebcdfa0048 100644 --- a/cypress/integration/dashboard_links.js +++ b/cypress/integration/dashboard_links.js @@ -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, }); });