Skip to content

Commit

Permalink
remove redundant sleep for
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
ahmedhamidawan and mvdbeek committed Sep 22, 2024
1 parent 9c4b3bc commit 408366d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration_selenium/test_toolbox_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 408366d

Please sign in to comment.