Removed unnecessary call

refresh_N_times_until_find_element was called twice and was unnecessary in line 43
This commit is contained in:
Axel 2016-05-28 12:51:11 +02:00
parent 0825d79123
commit 6168527165
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class PAN3(PandoraWebDriverTestCase):
driver.find_element_by_id("text-name").send_keys("ping test")
driver.find_element_by_id("submit-crtbutton").click()
driver.find_element_by_xpath('//*[@id="menu_tab"]//a[contains(@href,"ver_agente")]').click()
element_text = refresh_N_times_until_find_element(driver,5,"table1-1-7",how=By.ID).text
max_retries = 3
i = 1