test: update test

This commit is contained in:
andrew.greene 2022-07-21 16:37:11 -06:00
parent 9400863fcc
commit e7df095eef

View File

@ -11,7 +11,7 @@ describe('The Getting Start Flow', () => {
it('Has expected nodes in Flow', () => { it('Has expected nodes in Flow', () => {
cy.contains('(Engineer) Unicorn Getting Started').click() 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)
}) })
}) })