Skip to content

Commit 1b462e9

Browse files
committed
update test with new value
1 parent 10c2bad commit 1b462e9

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', '5')
12+
.should('has.value', '7')
1313
})
1414
})

0 commit comments

Comments
 (0)