瀏覽代碼

test: Fixed sider issues

version-14
Komal-Saraf0609 3 年之前
父節點
當前提交
dda56b3759
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      cypress/integration/control_data.js

+ 3
- 3
cypress/integration/control_data.js 查看文件

@@ -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,
},
]


Loading…
取消
儲存