add test-export-gif-scale test to integration test suite
This commit is contained in:
parent
d8ec58b42c
commit
89a65ab032
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue