mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
casper
|
|
.start(casper.cli.get('baseUrl'))
|
|
.then(function () {
|
|
this.test.assertExists('#drawing-canvas-container canvas', 'Check if drawing canvas element is created');
|
|
})
|
|
.run(function () {
|
|
this.test.done();
|
|
}); |