From 455d99ed3509d4ab16342ad1a67356eb340e22cd Mon Sep 17 00:00:00 2001 From: hrwx Date: Sun, 13 Feb 2022 20:17:01 +0000 Subject: [PATCH] fix: incorrect function path --- cypress/integration/grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/grid.js b/cypress/integration/grid.js index da2d2ddc2b..4fa52712cf 100644 --- a/cypress/integration/grid.js +++ b/cypress/integration/grid.js @@ -7,7 +7,7 @@ context('Grid', () => { cy.login(); cy.visit('/app/website'); return cy.window().its('frappe').then(frappe => { - return frappe.call("frappe.tests.ui_test_helpers.create_contacts_and_update_meta"); + return frappe.call("frappe.tests.ui_test_helpers.create_contact_phone_nos_records"); }); }); it('update docfield property using update_docfield_property', () => {