feat(UI自动化): 断言前端实现 (#12445)

Co-authored-by: zhangdahai112 <dahai.zhang@fit2cloud.com>
This commit is contained in:
MeterSphere Bot 2022-04-11 09:46:58 +08:00 committed by GitHub
parent cf669ea36b
commit 9c2bd0d263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

@ -1 +1 @@
Subproject commit a5f0c6dd21dae86ebc232c5a3f6615a09d5d4dd3
Subproject commit c143b5e574ed0e8a0db78c0fcde3f5850770af15

@ -1 +1 @@
Subproject commit 67ee9baecc13df8f37f097bfba292cb004443b67
Subproject commit 0c2defb4d68acfbe5d1a32cee3d4192e72364a4a

View File

@ -44,14 +44,14 @@ export default {
confirm_delete: '是否删除',
delete_cancelled: '已取消删除',
workspace: '工作空间',
space:'空间',
current_workspace:"当前工作空间",
space: '空间',
current_workspace: "当前工作空间",
organization: '组织',
setting: '设置',
project: '项目',
about_us: '关于',
current_project: '当前项目',
not_exist:"不存在",
not_exist: "不存在",
name: '名称',
description: '描述',
annotation: '注释',
@ -3153,5 +3153,11 @@ export default {
resolution: "分辨率",
ignore_fail: "忽略异常并继续执行",
not_ignore_fail: "终止流程",
cmdValidation: "断言",
cmdValidateValue: "断言值",
cmdValidateText: "弹窗文本",
cmdValidateDropdown: "下拉框",
cmdValidateElement: "元素断言",
cmdValidateTitle: "网页标题",
}
};