File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
e2e/cypress/integration/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ context('Increment steppers', () => {
16
16
cy . get ( 'input.st-al' ) . eq ( 0 )
17
17
. should ( 'has.value' , '3600001' ) ;
18
18
19
- cy . contains ( 'Hospitalized Admissions peaks at 301 ' ) ;
19
+ cy . contains ( 'Hospitalized Admissions peaks at 300 ' ) ;
20
20
} ) ;
21
21
22
22
it ( 'Increment hospital market share' , ( ) => {
23
- cy . contains ( 'Hospitalized Admissions peaks at 301 ' ) ;
23
+ cy . contains ( 'Hospitalized Admissions peaks at 300 ' ) ;
24
24
25
25
cy . get ( 'input.st-al' ) . eq ( 1 )
26
26
. should ( 'has.value' , '15' ) ;
@@ -34,7 +34,7 @@ context('Increment steppers', () => {
34
34
} ) ;
35
35
36
36
it ( 'Increment doubling time' , ( ) => {
37
- cy . contains ( 'Hospitalized Admissions peaks at 301 ' ) ;
37
+ cy . contains ( 'Hospitalized Admissions peaks at 300 ' ) ;
38
38
39
39
cy . get ( 'input.st-al' ) . eq ( 3 )
40
40
. should ( 'has.value' , '4' ) ;
You can’t perform that action at this time.
0 commit comments