mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add test-export-gif-scale test to integration test suite
This commit is contained in:
parent
d8ec58b42c
commit
89a65ab032
@ -1,6 +1,7 @@
|
||||
(typeof exports != "undefined" ? exports : pskl_exports).tests = [
|
||||
'palettes/test-tiny-palettes.js',
|
||||
'settings/test-export-gif.js',
|
||||
'settings/test-export-gif-scale.js',
|
||||
'settings/test-export-gif-simple.js',
|
||||
'settings/test-export-png.js',
|
||||
'settings/test-export-png-scale.js',
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* globals casper, setPiskelFromGrid, isDrawerExpanded, getValue, isChecked,
|
||||
evalLine, waitForEvent, replaceFunction, piskelFrameEqualsGrid, setPiskelFromImageSrc */
|
||||
|
||||
casper.test.begin('Simple GIF (<256 colors) export test, with 2x scaling', 16, function(test) {
|
||||
casper.test.begin('Simple GIF (<256 colors) export test, with 2x scaling', 18, function(test) {
|
||||
test.timeout = test.fail.bind(test, ['Test timed out']);
|
||||
|
||||
function onTestStart() {
|
||||
|
Loading…
Reference in New Issue
Block a user