Skip to content

Commit

Permalink
QA-7156 updated export data page steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kbo001 committed Oct 23, 2024
1 parent 7825645 commit 035cb52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HQSmokeTests/testPages/data/export_data_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,10 @@ def create_dse_and_download(self, exported_file, type):
self.wait_till_progress_completes("integration")
try:
assert self.is_present_and_displayed((By.XPATH, self.data_upload_msg_form.format(exported_file))), "Form/Case Export not completed!"
time.sleep(5)
self.driver.refresh()
time.sleep(5)
self.wait_to_click(self.daily_saved_export_link)
time.sleep(10)
self.wait_to_click((By.XPATH, self.download_dse_form.format(exported_file)))
except:
Expand Down

0 comments on commit 035cb52

Please sign in to comment.