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

@ -65,13 +65,5 @@ casper.test.begin('Test resize feature works, and check the output', 19, functio
]', 0, 0), 'Resized piskel content is as expected');
}
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);
});