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")