test: fixing sider issues
This commit is contained in:
parent
a139d1d369
commit
7fbbf577c9
1 changed files with 11 additions and 11 deletions
|
|
@ -4,21 +4,21 @@ context('Dynamic Link', () => {
|
|||
cy.visit('/app/doctype');
|
||||
return cy.window().its('frappe').then(frappe => {
|
||||
return frappe.xcall('frappe.tests.ui_test_helpers.create_doctype', {
|
||||
name: 'Test Dynamic Link',
|
||||
name: 'Test Dynamic Link',
|
||||
fields: [
|
||||
{
|
||||
"label": "Document Type",
|
||||
"fieldname": "doc_type",
|
||||
"fieldtype": "Link",
|
||||
"options": "DocType",
|
||||
"in_list_view": 1,
|
||||
"label": "Document Type",
|
||||
"fieldname": "doc_type",
|
||||
"fieldtype": "Link",
|
||||
"options": "DocType",
|
||||
"in_list_view": 1,
|
||||
},
|
||||
{
|
||||
"label": "Document ID",
|
||||
"fieldname": "doc_id",
|
||||
"fieldtype": "Dynamic Link",
|
||||
"options": "doc_type",
|
||||
"in_list_view": 1,
|
||||
"label": "Document ID",
|
||||
"fieldname": "doc_id",
|
||||
"fieldtype": "Dynamic Link",
|
||||
"options": "doc_type",
|
||||
"in_list_view": 1,
|
||||
},
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue