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