瀏覽代碼

test: minor change

(cherry picked from commit 458757708f)
version-14
Shariq Ansari 2 年之前
committed by Mergify
父節點
當前提交
1c7da81273
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cypress/integration/dashboard_links.js

+ 1
- 1
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,
});
});


Loading…
取消
儲存