mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Cleanup local storage before integration tests
This commit is contained in:

committed by
Julian Descottes

parent
52e49a1ed6
commit
99c060f4a7
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user