refactor(test): add npm commands

This commit is contained in:
moklick
2019-09-26 15:07:13 +02:00
parent 7b3a90c6dc
commit a087faf3ca
25 changed files with 245 additions and 94890 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
describe('Basic Flow Rendering', () => {
it('renders a flow with three nodes', () => {
cy.visit('/basic.html');
cy.visit('/index.html');
cy.get('.react-graph__renderer');
cy.get('.react-graph__node').should('have.length', 3);