fix(UI 自动化): ui测试报告屏蔽失败重试
--bug=1015313 --user=张大海 【测试跟踪】测试计划报告-ui用例统计分析,先屏蔽掉“失败重跑” https://www.tapd.cn/55049933/s/1211128
This commit is contained in:
parent
417314a654
commit
eb60c8a5b3
|
@ -60,11 +60,11 @@ export default {
|
|||
errorReportSize: 0,
|
||||
unExecuteSize: 0,
|
||||
allSize: 0,
|
||||
showRerunBtn: true,
|
||||
showRerunBtn: false,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.showRerunBtn = !this.isShare && hasLicense();
|
||||
// this.showRerunBtn = !this.isShare && hasLicense();
|
||||
},
|
||||
props: [
|
||||
'report', 'planId', 'isTemplate', 'isShare', 'shareId', 'isDb'
|
||||
|
|
Loading…
Reference in New Issue