Permalink
Browse files

Changed repo again

  • Loading branch information...
1 parent e69cae0 commit 186f349a9bd5de883379813051dbf6d4405f6af0 @astiunov astiunov committed May 10, 2016
Showing with 1 addition and 2 deletions.
  1. +0 −1 .travis.yml
  2. +1 −1 frontend_tests/nonstop_scenarios.py
View
@@ -29,7 +29,6 @@ before_install:
- export UPLOADDIR=${HOME}/frontend-test-screenshots/${JHUB_VERSION}_${TRAVIS_PYTHON_VERSION} - export UPLOADDIR=${HOME}/frontend-test-screenshots/${JHUB_VERSION}_${TRAVIS_PYTHON_VERSION}
- make gistup - make gistup
- docker pull anaderi/rep-jupyterhub:latest # to speed up image creation during tests - docker pull anaderi/rep-jupyterhub:latest # to speed up image creation during tests
- - docker pull yandex/rep:0.6.4
- docker pull busybox # to check handling of image with no jupyter inside - docker pull busybox # to check handling of image with no jupyter inside
install: install:
@@ -38,7 +38,7 @@ def scenario_simple(user):
user.wait_for_element_present(By.ID, "repository_input") user.wait_for_element_present(By.ID, "repository_input")
driver.find_element_by_id("repository_input").clear() driver.find_element_by_id("repository_input").clear()
driver.find_element_by_id("repository_input").send_keys( driver.find_element_by_id("repository_input").send_keys(
- 'https://github.com/everware/everware-dimuon-example' + 'https://github.com/everware/travis-test-repo'
) )
driver.find_element_by_xpath("//input[@value='Spawn']").click() driver.find_element_by_xpath("//input[@value='Spawn']").click()
user.log("spawn clicked (second time)") user.log("spawn clicked (second time)")

0 comments on commit 186f349

Please sign in to comment.