Kaynağa Gözat

Fix selenium runner

Steven Silvester 8 yıl önce
ebeveyn
işleme
5c68050a8f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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