mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02:00
#1485 Fixing for test
This commit is contained in:
@@ -6,6 +6,6 @@ describe('Sequencediagram', () => {
|
|||||||
cy.visit(url);
|
cy.visit(url);
|
||||||
cy.get('body')
|
cy.get('body')
|
||||||
.find('svg')
|
.find('svg')
|
||||||
.should('have.length', 2);
|
.should('have.length', 1);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user