Skip to content

Commit 318cf13

Browse files
committed
Update regional population test
1 parent 7dfde73 commit 318cf13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ context('Actions', () => {
1010

1111
// This gets the "first" input from the sidebar. From clicking step up,
1212
// the Regional Population should increase from default 4119405 to 4219405.
13-
cy.get('input.st-al').eq(1)
14-
.should('has.value', '4119406')
13+
// Updated to 3600001
14+
cy.get('input.st-al').eq(0)
15+
.should('has.value', '360001')
1516
})
1617
});

0 commit comments

Comments
 (0)