Commit ce54777a ce54777a080b25a5b62e43ca22da39de098ae1cd by Nicolas Perriault

reset popups stack on start()

1 parent 937dd1d8
Subproject commit 894589c17a3d7f76e76ce849e5f41d9e6fb4aedf
Subproject commit f4720fa8946c88df0404b6f9c4790ca2d43826ac
......
......@@ -1397,6 +1397,7 @@ Casper.prototype.start = function start(location, then) {
this.log('Starting...', "info");
this.startTime = new Date().getTime();
this.history = [];
this.popups = popup.createStack();
this.steps = [];
this.step = 0;
// Option checks
......