From 408366d419aa5a178a10189e471f91009d1ec65b Mon Sep 17 00:00:00 2001 From: Ahmed Hamid Awan Date: Thu, 19 Sep 2024 12:21:32 -0500 Subject: [PATCH] remove redundant sleep for Co-authored-by: Marius van den Beek --- test/integration_selenium/test_toolbox_filters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration_selenium/test_toolbox_filters.py b/test/integration_selenium/test_toolbox_filters.py index 460f83efd325..f23c6342c041 100644 --- a/test/integration_selenium/test_toolbox_filters.py +++ b/test/integration_selenium/test_toolbox_filters.py @@ -26,7 +26,6 @@ def test_toolbox_filters(self): the specified section is no longer displayed in the browser. """ self.register() - self.sleep_for(self.wait_types.UX_RENDER) self.components.tool_panel.tool_box.wait_for_visible() # The tool panel section should be visible and clickable at this stage section = self.driver.find_element(By.LINK_TEXT, "Test Section")