test: Fixed sider issues

This commit is contained in:
Komal-Saraf0609 2022-04-14 13:27:20 +05:30
parent 651aa36cd2
commit dda56b3759

View file

@ -10,21 +10,21 @@ context('Data Control', () => {
"label": "Name",
"fieldname": "name1",
"fieldtype": "Data",
"options":"Name",
"options": "Name",
"in_list_view": 1,
},
{
"label": "Email-ID",
"fieldname": "email",
"fieldtype": "Data",
"options":"Email",
"options": "Email",
"in_list_view": 1,
},
{
"label": "Phone No.",
"fieldname": "phone",
"fieldtype": "Data",
"options":"Phone",
"options": "Phone",
"in_list_view": 1,
},
]