Skip to content

Commit

Permalink
Upgrade Sinon to 7.1.1 (#2881)
Browse files Browse the repository at this point in the history
- Fixes #2866
  • Loading branch information
lilaconlee authored and chrisbreiding committed May 21, 2019
1 parent ce8f0ee commit 3de8a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"npm-install-version": "6.0.2",
"parse-domain": "2.0.0",
"setimmediate": "1.0.5",
"sinon": "3.3.0",
"sinon": "7.1.1",
"text-mask-addons": "3.8.0",
"underscore": "1.9.1",
"underscore.string": "3.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ describe "src/cy/commands/angular", ->
## to retry after the first one resolves
cy.ng("model", "missing-input")
.then ->
retry.reset()
retry.resetHistory()
.wait(100)
.then ->
expect(retry.callCount).to.eq 0
Expand Down

0 comments on commit 3de8a84

Please sign in to comment.