Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify comments as requested
  • Loading branch information
[Aron Schueler] committed Mar 2, 2018
1 parent 6c0a82e commit e22d323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/selenium/webui-selenium-test.py
Expand Up @@ -163,6 +163,7 @@ def job_start_configured(self):
Select(driver.find_element_by_id('job')).select_by_visible_text('backup-%s' % self.client)
Select(driver.find_element_by_id('client')).select_by_visible_text(self.client)
Select(driver.find_element_by_id('level')).select_by_visible_text('Incremental')
# Clears the priority field and enters 5.
driver.find_element_by_id('priority').clear()
driver.find_element_by_id('priority').send_keys('5')

Expand Down Expand Up @@ -198,7 +199,7 @@ def test_rerun_job(self):
self.wait_and_click(By.LINK_TEXT, self.client)
# Select first backup in list
self.wait_and_click(By.XPATH, '//tr[@data-index="0"]/td[1]/a')
# Press on repeat button
# Press on rerun button
self.wait_and_click(By.CSS_SELECTOR, "span.glyphicon.glyphicon-repeat")
self.wait_and_click(By.ID, "menu-topnavbar-dashboard", By.XPATH, "//div[@id='modal-002']/div/div/div[3]/button")
self.logout()
Expand Down

0 comments on commit e22d323

Please sign in to comment.