Commit 2851134c authored by lianahus's avatar lianahus Committed by Aniket

cleanup

parent 155d8b89
...@@ -578,7 +578,7 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -578,7 +578,7 @@ module.exports = class TestTab extends ViewPlugin {
if (testDirInput) { if (testDirInput) {
if (testDirInput.endsWith('/')) { if (testDirInput.endsWith('/')) {
// check if the options list already contains the options // check if the options list already contains the options
if (this.doesOptionAlreadyAdded(testDirInput) || this.testTabLogic.currentPath === testDirInput) { if (this.testTabLogic.currentPath === testDirInput) {
this.createTestFolder.disabled = true this.createTestFolder.disabled = true
this.updateGenerateFileAction().disabled = true this.updateGenerateFileAction().disabled = true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment