Update install_console.py

We now click on the "remove installer file" button, and leave the console ready for CI tests
This commit is contained in:
Axel 2016-05-24 11:17:20 +02:00
parent 9c756deaa5
commit 34e13dd348
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ browser.implicitly_wait(300) # The installation is going to take a long time.
browser.find_element_by_xpath("//*[@id='step5']/img").click()
browser.implicitly_wait(5)
assert("Installation complete" in browser.page_source)
browser.find_element_by_name("rn_file").click()
# Clean-up
browser.quit()