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 664fb84 commit 8f88a61Copy full SHA for 8f88a61
e2e/cypress/integration/tests/actions.spec.js
@@ -10,7 +10,7 @@ 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)
+ cy.get('input.st-al').eq(0)
14
.should('has.value', '4119406')
15
})
16
});
0 commit comments