mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix(UI自动化): 修复场景列表高级搜索触发方式字段支持检索批量执行
--bug=1015286 --user=刘瑶 【UI测试】场景列表-高级搜索和测试报告触发方式下拉 选项只有手动触发 https://www.tapd.cn/55049933/s/1210089
This commit is contained in:
parent
4a45471fa3
commit
88f222aae4
@ -1 +1 @@
|
||||
Subproject commit 228f4e48f1b211534af4d069db4fc8b0e4cf332e
|
||||
Subproject commit 4a0c2d7ab2106f8ab20761461b082f80658e3484
|
@ -403,7 +403,8 @@ export const UI_TRIGGER_MODE = {
|
||||
options: [OPERATORS.IN, OPERATORS.NOT_IN]
|
||||
},
|
||||
options: [
|
||||
{label: "commons.trigger_mode.manual", value: "MANUAL"}
|
||||
{label: "commons.trigger_mode.manual", value: "MANUAL"},
|
||||
{label: "api_test.automation.batch_execute", value: 'BATCH'}
|
||||
],
|
||||
props: {
|
||||
multiple: true
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 65e2b48e941e90aeb3d5e1aebc1e193eca30a120
|
||||
Subproject commit 4dc70b23e64fcb66a11419268e6af9e6ae2bc2c4
|
Loading…
Reference in New Issue
Block a user