Cleanup local storage before integration tests

This commit is contained in:
juliandescottes
2018-09-18 22:03:22 +02:00
committed by Julian Descottes
parent 52e49a1ed6
commit 99c060f4a7
18 changed files with 43 additions and 169 deletions

View File

@ -49,13 +49,5 @@ casper.test.begin('Test updating default size works', 14 , function(test) {
322, 'Piskel height is now 322 pixels');
}
casper
.start(casper.cli.get('baseUrl')+"/?debug")
.then(function () {
this.echo("URL loaded");
this.waitForSelector('#drawing-canvas-container canvas', onTestStart, test.timeout, 20000);
})
.run(function () {
test.done();
});
startTest(test, onTestStart);
});