diff --git a/cypress/integration/getting_started_spec.js b/cypress/integration/getting_started_spec.js index 7de629c79..425feb030 100644 --- a/cypress/integration/getting_started_spec.js +++ b/cypress/integration/getting_started_spec.js @@ -11,7 +11,7 @@ describe('The Getting Start Flow', () => { it('Has expected nodes in Flow', () => { cy.contains('(Engineer) Unicorn Getting Started').click() - cy.get('.red-ui-flow-node-group').should('have.length', 9) + cy.get('.red-ui-flow-node-group').should('have.length', 21) }) }) \ No newline at end of file