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
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user