We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69236ab commit 70949c2Copy full SHA for 70949c2
e2e/cypress/integration/tests/steppers.spec.js
@@ -32,4 +32,18 @@ context('Increment steppers', () => {
32
33
cy.contains('Hospitalized Admissions peaks at 303');
34
});
35
+
36
+ it('Increment doubling time', () => {
37
+ cy.contains('Hospitalized Admissions peaks at 301');
38
39
+ cy.get('input.st-al').eq(3)
40
+ .should('has.value', '4');
41
42
+ cy.get('.step-up').eq(3).click();
43
44
45
+ .should('has.value', '4.25');
46
47
+ cy.contains('Hospitalized Admissions peaks at 273');
48
+ });
49
0 commit comments