From e7df095eef91616aab9de91a1a3a18d4fbddfdf5 Mon Sep 17 00:00:00 2001 From: "andrew.greene" Date: Thu, 21 Jul 2022 16:37:11 -0600 Subject: [PATCH] test: update test --- cypress/integration/getting_started_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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