]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
fix test
authorGirish Ramakrishnan <girish@cloudron.io>
Sat, 19 Oct 2019 00:46:01 +0000 (17:46 -0700)
committerGirish Ramakrishnan <girish@cloudron.io>
Sat, 19 Oct 2019 00:46:01 +0000 (17:46 -0700)
test/test.js

index dace05d0119dca5a8b11cbb1ba7b2cae09d95835..3610c05bf74e9aed4c6fd5d31367109d2e0a1aaf 100644 (file)
@@ -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();
     }