Browse Source

test: minor change

(cherry picked from commit 458757708f)
version-14
Shariq Ansari 2 years ago
committed by Mergify
parent
commit
1c7da81273
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cypress/integration/dashboard_links.js

+ 1
- 1
cypress/integration/dashboard_links.js 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,
});
});


Loading…
Cancel
Save