Skip to content

Commit

Permalink
fix: Update dependencies (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Muchychka committed Jul 30, 2017
1 parent 534a703 commit a50edb1
Show file tree
Hide file tree
Showing 5 changed files with 6,477 additions and 24 deletions.
4 changes: 2 additions & 2 deletions lib/cucumber-api.js
Expand Up @@ -49,10 +49,10 @@ module.exports = class CucumberAPI {
const stepResult = parameters[0]

if (
this.attachmentProvider &&
this.attachmentProvider &&
stepResult.status === Cucumber.statuses.FAILED &&
!stepResult._handledByNightwatchCucumber
) {
) {
stepResult._handledByNightwatchCucumber = true
return co.wrap(function * () {
yield * self.handleAttachments(stepResult)
Expand Down

0 comments on commit a50edb1

Please sign in to comment.