Skip to content

Commit 8f88a61

Browse files
committed
Fix cypress check
1 parent 664fb84 commit 8f88a61

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
@@ -10,7 +10,7 @@ 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)
13+
cy.get('input.st-al').eq(0)
1414
.should('has.value', '4119406')
1515
})
1616
});

0 commit comments

Comments
 (0)