修复断言显示错误
This commit is contained in:
parent
385bd44b77
commit
df9f21d270
|
@ -59,7 +59,7 @@
|
|||
|
||||
computed: {
|
||||
assertion() {
|
||||
return this.scenario.passAssertions - this.scenario.totalAssertions;
|
||||
return this.scenario.passAssertions + "/" + this.scenario.totalAssertions;
|
||||
},
|
||||
success() {
|
||||
return this.scenario.error === 0;
|
||||
|
|
Loading…
Reference in New Issue