fix: incorrect function path

This commit is contained in:
hrwx 2022-02-13 20:17:01 +00:00
parent be7289b78e
commit 455d99ed35

View file

@ -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', () => {