Skip to content

Commit be062ae

Browse files
author
Eric Smyth
committed
Update cypress test expected value given new step value for regional pop
1 parent 9edbd26 commit be062ae

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
@@ -11,6 +11,6 @@ context('Actions', () => {
1111
// This gets the "first" input from the sidebar. From clicking step up,
1212
// the Regional Population should increase from default 4119405 to 4219405.
1313
cy.get('input.st-al')
14-
.should('has.value', '4219405')
14+
.should('has.value', '4119406')
1515
})
1616
});

0 commit comments

Comments
 (0)