Skip to content

Commit

Permalink
fix: use this instead of casper
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsun95 committed Mar 16, 2016
1 parent 6d96092 commit e8bdbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var timeoutDuration = 20000;

var config = function (cwd) {
var template = this.plugins.template;
var xpath = casper.plugins.xpath;
var xpath = this.plugins.xpath;
var actions = {
assert: require('./actions/assert.js').bind(this),
capture: require('./actions/capture.js').bind(this),
Expand Down

0 comments on commit e8bdbd2

Please sign in to comment.