reset popups stack on start()
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -1397,6 +1397,7 @@ Casper.prototype.start = function start(location, then) { | ... | @@ -1397,6 +1397,7 @@ Casper.prototype.start = function start(location, then) { |
1397 | this.log('Starting...', "info"); | 1397 | this.log('Starting...', "info"); |
1398 | this.startTime = new Date().getTime(); | 1398 | this.startTime = new Date().getTime(); |
1399 | this.history = []; | 1399 | this.history = []; |
1400 | this.popups = popup.createStack(); | ||
1400 | this.steps = []; | 1401 | this.steps = []; |
1401 | this.step = 0; | 1402 | this.step = 0; |
1402 | // Option checks | 1403 | // Option checks | ... | ... |
-
Please register or sign in to post a comment