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 7dfde73 commit 318cf13Copy full SHA for 318cf13
e2e/cypress/integration/tests/actions.spec.js
@@ -10,7 +10,8 @@ context('Actions', () => {
10
11
// This gets the "first" input from the sidebar. From clicking step up,
12
// the Regional Population should increase from default 4119405 to 4219405.
13
- cy.get('input.st-al').eq(1)
14
- .should('has.value', '4119406')
+ // Updated to 3600001
+ cy.get('input.st-al').eq(0)
15
+ .should('has.value', '360001')
16
})
17
});
0 commit comments