Skip to content

Commit

Permalink
Remove debug args
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Muchychka committed Sep 24, 2017
1 parent fc1a684 commit f49dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utility.test.js
Expand Up @@ -305,7 +305,7 @@ describe('Utility features', () => {
.and('User enter 5 in B field', () => client.page.calculator().setB(5))
.when('User press Add button', () => client.page.calculator().pressAdd())
.then('The result should contain 9', () => client.page.calculator().checkResult(9))
.run(['--env', 'chrome'])
.run()
.then((result) => {
result.features[0].result.status.should.be.passed
result.features[0].result.scenarioCounts.should.deep.equal({passed: 1})
Expand Down

0 comments on commit f49dee6

Please sign in to comment.