fix path to TestSelenium.js in runtests.js
parent
7f4fd02a83
commit
10e162e7e3
|
@ -78,7 +78,7 @@ run('npm', ['install'], () => {
|
|||
run('bower', ['install'], waitFor());
|
||||
}).nThen((waitFor) => {
|
||||
run('npm', ['run', 'fresh'], ()=>{});
|
||||
run('node', ['./TestSelenium.js'], waitFor());
|
||||
run('node', ['./scripts/TestSelenium.js'], waitFor());
|
||||
}).nThen((waitFor) => {
|
||||
if (process.platform === 'darwin') {
|
||||
run('bash', ['-c', 'pmset displaysleepnow'], waitFor());
|
Loading…
Reference in New Issue