Skip to content

Commit

Permalink
Add Selenium_test_6
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Oct 17, 2024
1 parent 27addca commit f503b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def run_workflow(self):
)
input_2_select.click()
workflow_wait = 14400
elif self.workflow_name == "Selenium_test_4":
elif self.workflow_name == "Selenium_test_4" or self.workflow_name == "Selenium_test_6":
input_1_select = self.driver.find_element(
By.XPATH,
"//div[@data-label='ARTIC primers to amplicon assignments']//input[1]/following-sibling::span[1]",
Expand All @@ -481,7 +481,7 @@ def run_workflow(self):
input_1_select.click()
workflow_wait = 18000 # 5 hours
elif self.workflow_name == "Selenium_test_5":
workflow_wait = 14400 # 5 hours
workflow_wait = 14400 # 4 hours
else:
raise Exception(f"Workflow name not in known list: {self.workflow_name}")

Expand Down

0 comments on commit f503b84

Please sign in to comment.