Renumber render tests

This commit is contained in:
Justin Greywolf
2019-12-11 10:34:51 -08:00
parent de8c6d5572
commit 363d49b655

View File

@@ -188,7 +188,7 @@ describe('Class diagram', () => {
cy.get('svg');
});
it('5: should render a simple class diagram with Generic class', () => {
it('7: should render a simple class diagram with Generic class', () => {
imgSnapshotTest(
`
classDiagram
@@ -208,7 +208,7 @@ describe('Class diagram', () => {
cy.get('svg');
});
it('6: should render a simple class diagram with Generic class and relations', () => {
it('8: should render a simple class diagram with Generic class and relations', () => {
imgSnapshotTest(
`
classDiagram