Add missing bullet point when test.md step has image with unknown test filter

This commit is contained in:
sabrina-shanman 2019-08-26 14:37:37 -07:00
parent ad1a98b85a
commit e0b4734917

View file

@ -817,7 +817,7 @@ bool TestCreator::createMDFile(const QString& directory) {
stream << ":";
} else {
// Fall back to displaying file name
stream << "ExpectedImage" << testDescriptor << "_" << QString::number(snapShotIndex).rightJustified(5, '0') << ".png";
stream << "- ExpectedImage" << testDescriptor << "_" << QString::number(snapShotIndex).rightJustified(5, '0') << ".png";
}
stream << "\n";
stream << "- ![](./ExpectedImage" << testDescriptor << "_" << QString::number(snapShotIndex).rightJustified(5, '0') << ".png)\n";