Skip to content

Commit d1f6bf7

Browse files
author
Nick Canzoneri
committed
Add comment on what the cypress test is testing
1 parent 5f81d8e commit d1f6bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ context('Actions', () => {
88
it('All + elements are clickable', () => {
99
cy.get('.step-up').click( { multiple: true } )
1010

11+
// This gets the "first" input from the sidebar. From clicking step up,
12+
// the number of days to project should increase from default 60 to 70.
1113
cy.get('input.st-al')
1214
.should('has.value', '70')
1315
})

0 commit comments

Comments
 (0)