diff --git a/lib/galaxy_test/selenium/test_visualizations.py b/lib/galaxy_test/selenium/test_visualizations.py index c23f046f7b1b..840e30967c9a 100644 --- a/lib/galaxy_test/selenium/test_visualizations.py +++ b/lib/galaxy_test/selenium/test_visualizations.py @@ -54,6 +54,7 @@ def test_charts_nvd3_bar(self): def test_charts_h5web(self): hid = 1 self.perform_upload(self.get_filename("chopper.h5")) + self.history_panel_wait_for_hid_ok(hid) dataset_component = self.history_panel_click_item_title(hid, wait=True) dataset_component.visualize_button.wait_for_and_click()