From 3e614224c2a76370e239a519f4e820c28ff2ac35 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Thu, 16 Apr 2020 21:25:57 +0200 Subject: [PATCH] added titles --- src/app/tabs/test-tab.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index a1ce340bd6..4f47f1ffcb 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -231,7 +231,7 @@ module.exports = class TestTab extends ViewPlugin { } updateGenerateFileAction (currentFile) { - let el = yo`` + let el = yo`` if (!currentFile) { el.setAttribute('disabled', 'disabled') el.setAttribute('title', 'No file selected') @@ -269,7 +269,7 @@ module.exports = class TestTab extends ViewPlugin { updateStopAction () { return yo` -
+
@@ -278,7 +278,7 @@ module.exports = class TestTab extends ViewPlugin { updateTestFileList (tests) { const testsMessage = (tests && tests.length ? this.listTests() : 'No test file available') - let el = yo`
${testsMessage}
` + let el = yo`
${testsMessage}
` if (!this.testFilesListElement) { this.testFilesListElement = el } else { @@ -303,7 +303,7 @@ module.exports = class TestTab extends ViewPlugin { infoButton () { return yo` - + ` @@ -311,7 +311,7 @@ module.exports = class TestTab extends ViewPlugin { render () { this.onActivationInternal() this.testsOutput = yo`