refactor(test): add some information to the index example
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user