Skip to content

Commit

Permalink
Fix issue where full name of history was not being waited on
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Sep 21, 2023
1 parent 2f64064 commit 1e72fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def import_shared_history(self):
expected_conditions.presence_of_element_located(
(
By.XPATH,
f"//div[@id='current-history-panel']//h3[contains(., '{self.workflow_name}_Input_data')]",
f"//div[@id='current-history-panel']//h3[contains(., '{self.workflow_name}_Input_data_{self.run_id}')]",
)
)
)
Expand Down

0 comments on commit 1e72fb7

Please sign in to comment.