diff --git a/tests/e2e/specs/graph.cy.js b/tests/e2e/specs/graph.cy.js index bd9527fa5..002cb4d87 100644 --- a/tests/e2e/specs/graph.cy.js +++ b/tests/e2e/specs/graph.cy.js @@ -297,7 +297,6 @@ describe('Graph View', () => { .children() .should('have.length', 7) .should('be.visible') - }) }) @@ -313,4 +312,4 @@ describe('Flow nums', () => { cy.get('@flowNone') .contains('sleepy') }) -}) \ No newline at end of file +})