refactor(test): add some information to the index example

This commit is contained in:
moklick
2020-05-12 14:48:35 +02:00
parent 5f2e67ad44
commit 3ce3472dc5
4 changed files with 26 additions and 17 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ describe('Rich Graph Rendering', () => {
cy.get('.react-flow__renderer');
cy.get('.react-flow__node').should('have.length', 6);
cy.get('.react-flow__edge').should('have.length', 5);
cy.get('.react-flow__node').should('have.length', 7);
cy.get('.react-flow__edge').should('have.length', 6);
});
it('renders a grid', () => {