We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f81d8e commit d1f6bf7Copy full SHA for d1f6bf7
e2e/cypress/integration/tests/actions.spec.js
@@ -8,6 +8,8 @@ context('Actions', () => {
8
it('All + elements are clickable', () => {
9
cy.get('.step-up').click( { multiple: true } )
10
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.
13
cy.get('input.st-al')
14
.should('has.value', '70')
15
})
0 commit comments