Skip to content

Commit 4a00850

Browse files
committed
Update cypress test for ceil->floor
1 parent 54ef483 commit 4a00850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ context('Increment steppers', () => {
66
});
77

88
it('Increment regional population', () => {
9-
cy.contains('Hospitalized Admissions peaks at 301');
9+
cy.contains('Hospitalized Admissions peaks at 300');
1010

1111
cy.get('input.st-al').eq(0)
1212
.should('has.value', '3600000');

0 commit comments

Comments
 (0)