aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/steps/steps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/steps/steps.py b/tests/steps/steps.py
index 94ce1ee52b..3f75a2b84b 100644
--- a/tests/steps/steps.py
+++ b/tests/steps/steps.py
@@ -53,6 +53,7 @@ def get_visible_searchbar(context):
@step(u'Open "{section_name}" section')
def open_section_by_name(context, section_name):
wait_until(lambda x: x.showing, context.app.menu('View'))
+ sleep(0.2)
context.app.menu('View').click()
context.app.menu('View').menu('Window').point()
context.app.menu('View').menu('Window').menuItem(section_name).click()