From ba8949963040e9238bb2d2b747b82e988c2cdd7e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 18 Oct 2019 17:46:01 -0700 Subject: fix test --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index dace05d..3610c05 100644 --- a/test/test.js +++ b/test/test.js @@ -131,7 +131,7 @@ describe('Application life cycle test', function () { function uploadFile(name, done) { // File upload can't be tested with selenium, since the file input is not visible and thus can't be interacted with :-( - execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name), { stdio: 'inherit' } ); + execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + '/', { stdio: 'inherit' } ); done(); } -- cgit v1.2.3