Skip to content

Commit 18a87de

Browse files
lilaconleechrisbreiding
authored andcommitted
Upgrade Sinon to 7.1.1 (#2881)
- Fixes #2866
1 parent e929086 commit 18a87de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"npm-install-version": "^6.0.2",
5656
"parse-domain": "2.0.0",
5757
"setimmediate": "^1.0.2",
58-
"sinon": "3.2.0",
58+
"sinon": "7.1.1",
5959
"text-mask-addons": "^3.7.2",
6060
"underscore": "^1.8.3",
6161
"underscore.string": "3.3.4",

packages/driver/test/cypress/integration/commands/angular_spec.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe "src/cy/commands/angular", ->
199199
## to retry after the first one resolves
200200
cy.ng("model", "missing-input")
201201
.then ->
202-
retry.reset()
202+
retry.resetHistory()
203203
.wait(100)
204204
.then ->
205205
expect(retry.callCount).to.eq 0

0 commit comments

Comments
 (0)