Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
EragonJ committed Sep 1, 2015
1 parent 8d99288 commit 9463245
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions tests/ui/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,11 @@ beforeEach((done) => {
chromeDriverProcess = childProcess.execFile(chromedriver.path, [
'--url-base=/wd/hub',
'--port=9515'
], function(error) {
if (error) {
process.exit(1);
}
else {
done();
}
});
]);

setTimeout(() => {
done();
}, 1000);
});

afterEach(() => {
Expand Down

0 comments on commit 9463245

Please sign in to comment.