#1955 Fix for tests

This commit is contained in:
Knut Sveidqvist
2021-03-23 20:10:58 +01:00
parent 87458657f8
commit 3209986df1
2 changed files with 3 additions and 3 deletions

View File

@@ -450,6 +450,7 @@ flowchart TD
`, `,
{htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
); );
});
it('65: text-color from classes', () => { it('65: text-color from classes', () => {
imgSnapshotTest( imgSnapshotTest(
` `

View File

@@ -881,7 +881,8 @@ graph TD
`, `,
{htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
); );
it('65: text-color from classes', () => { });
it('65: text-color from classes', () => {
imgSnapshotTest( imgSnapshotTest(
` `
flowchart LR flowchart LR
@@ -891,7 +892,5 @@ graph TD
`, `,
{htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'}
); );
}); });
}); });