Commit ba894996 by Girish Ramakrishnan

fix test

1 parent 511ce661
Showing with 1 additions and 1 deletions
...@@ -131,7 +131,7 @@ describe('Application life cycle test', function () { ...@@ -131,7 +131,7 @@ describe('Application life cycle test', function () {
function uploadFile(name, done) { 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 :-( // 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(); done();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!