Skip to content

Commit fc3ff99

Browse files
author
Nick Canzoneri
committed
Modify the cypress test since the "first" input is now the days projection input
1 parent 16d07b8 commit fc3ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/integration/tests/actions.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ context('Actions', () => {
99
cy.get('.step-up').click( { multiple: true } )
1010

1111
cy.get('input.st-al')
12-
.should('has.value', '7')
12+
.should('has.value', '70')
1313
})
1414
})

0 commit comments

Comments
 (0)