Skip to content

Commit 971f363

Browse files
committed
Attempt to fix last cypress test
1 parent 58b4e55 commit 971f363

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
@@ -44,6 +44,6 @@ context('Increment steppers', () => {
4444
cy.get('input.st-al').eq(3)
4545
.should('has.value', '4.25');
4646

47-
cy.contains('Hospitalized Admissions peaks at 274');
47+
cy.contains('Hospitalized Admissions peaks at 272');
4848
});
4949
});

0 commit comments

Comments
 (0)