fix(UI 自动化): ui测试报告屏蔽失败重试

--bug=1015313 --user=张大海 【测试跟踪】测试计划报告-ui用例统计分析,先屏蔽掉“失败重跑” https://www.tapd.cn/55049933/s/1211128
This commit is contained in:
zhangdahai112 2022-07-25 20:16:52 +08:00 committed by f2c-ci-robot[bot]
parent 417314a654
commit eb60c8a5b3
1 changed files with 2 additions and 2 deletions

View File

@ -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'