From f503b84ef36828ca4e63c27b7a04cfdb861cb545 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:33:17 +0530 Subject: [PATCH] Add Selenium_test_6 --- page_perf_timer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page_perf_timer.py b/page_perf_timer.py index 022af70..dabc23a 100644 --- a/page_perf_timer.py +++ b/page_perf_timer.py @@ -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]", @@ -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}")