mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
test order
This commit is contained in:
parent
921502b752
commit
a2d5bef5d0
@ -2,8 +2,8 @@ casper
|
||||
.start(casper.cli.get('baseUrl'))
|
||||
.then(function () {
|
||||
this.wait(5000, function() {
|
||||
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('#drawing-canvas-container canvas', 'Check if drawing canvas element is created');
|
||||
this.test.assertExists('#preview-canvas-container canvas', 'Check if animation preview canvas is created');
|
||||
});
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user