Skip to content

Commit d2e0401

Browse files
committed
Attempt to fix cypress checks
1 parent 4a00850 commit d2e0401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ context('Increment steppers', () => {
1616
cy.get('input.st-al').eq(0)
1717
.should('has.value', '3600001');
1818

19-
cy.contains('Hospitalized Admissions peaks at 301');
19+
cy.contains('Hospitalized Admissions peaks at 300');
2020
});
2121

2222
it('Increment hospital market share', () => {
23-
cy.contains('Hospitalized Admissions peaks at 301');
23+
cy.contains('Hospitalized Admissions peaks at 300');
2424

2525
cy.get('input.st-al').eq(1)
2626
.should('has.value', '15');
@@ -34,7 +34,7 @@ context('Increment steppers', () => {
3434
});
3535

3636
it('Increment doubling time', () => {
37-
cy.contains('Hospitalized Admissions peaks at 301');
37+
cy.contains('Hospitalized Admissions peaks at 300');
3838

3939
cy.get('input.st-al').eq(3)
4040
.should('has.value', '4');

0 commit comments

Comments
 (0)