Skip to content

Commit

Permalink
chore: remove debug lines which caused test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ericenns committed Dec 6, 2022
1 parent df6f7ef commit eb21e18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions irida_import/tests/integration/test_irida_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,8 @@ def _create_temp_file(file_name, file_contents):
if len(self.driver.window_handles) > 1:
self.driver.switch_to.window(self.driver.window_handles[1])
self.driver.find_element_by_id('authorize-btn').click()
time.sleep(10)
print(self.driver.current_url);
self.driver.switch_to.window(self.driver.window_handles[0])

print(self.driver.current_url);

WebDriverWait(self.driver, 120).until(
EC.presence_of_element_located((By.ID, 'current-history-panel'))
)
Expand Down

0 comments on commit eb21e18

Please sign in to comment.