fix path to TestSelenium.js in runtests.js

This commit is contained in:
ansuz 2019-03-28 17:20:56 +01:00
parent 7f4fd02a83
commit 10e162e7e3
1 changed files with 1 additions and 1 deletions

View File

@ -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());