Fix for broken test

This commit is contained in:
Knut Sveidqvist
2021-09-29 20:20:44 +02:00
parent cb2294d6f2
commit 8ee3155f2a

View File

@@ -375,7 +375,7 @@ describe('Class diagram V2', () => {
imgSnapshotTest( imgSnapshotTest(
` `
classDiagram-v2 classDiagram-v2
Foo { class Foo {
+String bar$ +String bar$
} }
`, `,
@@ -408,7 +408,7 @@ describe('Class diagram V2', () => {
); );
cy.get('svg'); cy.get('svg');
}); });
it('18: should handle the direction statemnent with LR', () => { it('18: should handle the direction statemnent with LR', () => {
imgSnapshotTest( imgSnapshotTest(
` `