diff --git a/tests/webgui-test-1.js b/tests/webgui-test-1.js index c822c47..74658ce 100644 --- a/tests/webgui-test-1.js +++ b/tests/webgui-test-1.js @@ -114,6 +114,7 @@ function doTestStep6() { } + export let pythonScript2 = "\ import os, glob\n\ testDir=os.path.join(os.getcwd(), '..', 'tests')\n\ @@ -121,6 +122,8 @@ os.remove(os.path.join(testDir,\"" + lyModFileNameWOExt_ + ".svg\"))\n\ os.remove(os.path.join(testDir,\"" + lyModFileName_ + "\"))\n\ " +// FIXME: remove removeDashArray(filePath) when https://github.com/Imagick/imagick/issues/568 is fixed + export let pythonScript1 = "\ import os, subprocess, traceback\n\ import platform\n\