Fixed appearance of dual tests.

This commit is contained in:
NissimHadar 2018-07-31 13:48:17 -07:00
parent 87e7eb78a8
commit 22953e6ab0

View file

@ -241,7 +241,7 @@ void TestRailInterface::processDirectoryPython(const QString& directory,
// Now we push the parent_id, and recursively process each directory
stream << "parent_ids.push(section['id'])\n\n";
processDirectoryPython(nextDirectory, stream, userGitHub, branchGitHub);
} else if (objectName == "test.js" || objectName == "testStory.js") {
} else if (objectName == "test.js") {
processTestPython(nextDirectory, stream, userGitHub, branchGitHub);
}
}