|
|
@ -234,7 +234,7 @@ module.exports = class TestTab extends ViewPlugin { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
`)
|
|
|
|
`)
|
|
|
|
} |
|
|
|
} |
|
|
|
//fix for displaying right label for multiple tests (testsuites) in a single file
|
|
|
|
// fix for displaying right label for multiple tests (testsuites) in a single file
|
|
|
|
this.testSuites.forEach(testSuite => { |
|
|
|
this.testSuites.forEach(testSuite => { |
|
|
|
this.testSuite = testSuite |
|
|
|
this.testSuite = testSuite |
|
|
|
this.runningTestFileName = this.cleanFileName(filename, this.testSuite) |
|
|
|
this.runningTestFileName = this.cleanFileName(filename, this.testSuite) |
|
|
|