BlinkDiffComparison.prototype._getBuildImagePath = function (title, id) {
    var baseName = this._getBaseName(title, id || 1),
        folderName = this._getFolderName(),
        suffix = this._needsBuildSuffix() ? '_build' : '';