diff options
-rw-r--r-- | test/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
131 | function uploadFile(name, done) { | 131 | function uploadFile(name, done) { |
132 | // File upload can't be tested with selenium, since the file input is not visible and thus can't be interacted with :-( | 132 | // File upload can't be tested with selenium, since the file input is not visible and thus can't be interacted with :-( |
133 | 133 | ||
134 | execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name), { stdio: 'inherit' } ); | 134 | execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + '/', { stdio: 'inherit' } ); |
135 | done(); | 135 | done(); |
136 | } | 136 | } |
137 | 137 | ||