浏览代码

Fix selenium runner

Steven Silvester 8 年之前
父节点
当前提交
5c68050a8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
 if [[ $GROUP == tests ]]; then
     # Make sure we can successfully load the page
     pip install selenium
-    python selenium_check.py
+    python jupyterlab/selenium_check.py
 
     # Run the JS and python tests
     py.test