fix(UI自动化): 修复元素库列表按定位类型搜索-搜索结果的定位类型显示和下拉显示的定位类型不一致

--bug=1017977 --user=刘瑶 【UI测试】元素库列表按定位类型搜索-搜索结果的定位类型显示和下拉显示的定位类型不一致 https://www.tapd.cn/55049933/s/1261316
This commit is contained in:
nathan.liu 2022-10-14 00:04:16 +08:00 committed by nathanliu2022
parent 5449c9c4e9
commit 6f7f4fdda2
1 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@ export function CUSTOM_FIELD_TYPE_FILTERS(_this) {
export const UI_ELEMENT_LOCATION_TYPE_OPTION = [
{value: 'id', text: 'id'},
{value: 'name', text: 'name'},
{value: 'className', text: 'class'},
{value: 'tagName', text: 'tag'},
{value: 'className', text: 'className'},
{value: 'tagName', text: 'tagName'},
{value: 'linkText', text: 'linkText'},
{value: 'partialLinkText', text: 'plink'},
{value: 'partialLinkText', text: 'partialLinkText'},
{value: 'css', text: 'css'},
{value: 'xpath', text: 'xpath'},
{value: 'label', text: 'label'},