cypress 9.2.0 → 9.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,22 +1,22 @@
1
- /**
2
- * Global variables `cy` added by Cypress with all API commands.
3
- * @see https://on.cypress.io/api
4
- *
5
- ```
6
- cy.get('button').click()
7
- cy.get('.result').contains('Expected text')
8
- ```
9
- */
10
- declare const cy: Cypress.cy & EventEmitter
11
-
12
- /**
13
- * Global variable `Cypress` holds common utilities and constants.
14
- * @see https://on.cypress.io/api
15
- *
16
- ```
17
- Cypress.config("pageLoadTimeout") // => 60000
18
- Cypress.version // => "1.4.0"
19
- Cypress._ // => Lodash _
20
- ```
21
- */
22
- declare const Cypress: Cypress.Cypress & EventEmitter
1
+ /**
2
+ * Global variables `cy` added by Cypress with all API commands.
3
+ * @see https://on.cypress.io/api
4
+ *
5
+ ```
6
+ cy.get('button').click()
7
+ cy.get('.result').contains('Expected text')
8
+ ```
9
+ */
10
+ declare const cy: Cypress.cy & EventEmitter
11
+
12
+ /**
13
+ * Global variable `Cypress` holds common utilities and constants.
14
+ * @see https://on.cypress.io/api
15
+ *
16
+ ```
17
+ Cypress.config("pageLoadTimeout") // => 60000
18
+ Cypress.version // => "1.4.0"
19
+ Cypress._ // => Lodash _
20
+ ```
21
+ */
22
+ declare const Cypress: Cypress.Cypress & EventEmitter