From 2e90a6f3e0ed73d8c3d4eaf58f57dd14fddc806d Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Fri, 11 Sep 2015 13:42:48 +0200 Subject: Attempt to get side navigation a little bit more stable - Issue #456 - Only temporary workaround to keep tests green while searching for a proper solution --- service/test/functional/features/steps/tag_list.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service/test/functional/features') diff --git a/service/test/functional/features/steps/tag_list.py b/service/test/functional/features/steps/tag_list.py index b139ce0c..ff7f848d 100644 --- a/service/test/functional/features/steps/tag_list.py +++ b/service/test/functional/features/steps/tag_list.py @@ -39,6 +39,8 @@ def impl(context, tag): wait_for_user_alert_to_disapear(context) expand_side_nav(context) + time.sleep(.5) # need to find something that tells us that side nav is completely loaded + wait_until_element_is_visible_by_locator(context, (By.ID, 'tag-%s' % tag), timeout=20) e = find_element_by_id(context, 'tag-%s' % tag) -- cgit v1.2.3