mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
explicitly require chromedriver so tests run
This commit is contained in:
parent
99ac59d2cb
commit
78dfaf07a8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
const webdriver = require('selenium-webdriver');
|
||||
const bindAll = require('lodash.bindall');
|
||||
require('chromedriver');
|
||||
|
||||
const headless = process.env.SMOKE_HEADLESS || false;
|
||||
const remote = process.env.SMOKE_REMOTE || false;
|
||||
|
|
Loading…
Add table
Reference in a new issue