mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Clean integration test
This commit is contained in:
parent
6c7c426cec
commit
70f46649a8
BIN
mongoose-3.7.exe
Normal file
BIN
mongoose-3.7.exe
Normal file
Binary file not shown.
@ -1,11 +1,7 @@
|
|||||||
casper
|
casper
|
||||||
.start(casper.cli.get('baseUrl'))
|
.start(casper.cli.get('baseUrl'))
|
||||||
.then(function () {
|
.then(function () {
|
||||||
this.wait(5000, function() {
|
this.test.assertExists('#drawing-canvas-container canvas', 'Check if drawing canvas element is created');
|
||||||
this.test.assertExists('#drawing-canvas-container canvas', 'Check if drawing canvas element is created');
|
|
||||||
//this.test.assertExists('#preview-list .preview-tile', 'Check if first frame is created');
|
|
||||||
//this.test.assertExists('#preview-canvas-container canvas', 'Check if animation preview canvas is created');
|
|
||||||
});
|
|
||||||
})
|
})
|
||||||
.run(function () {
|
.run(function () {
|
||||||
this.test.done();
|
this.test.done();
|
||||||
|
Loading…
Reference in New Issue
Block a user