summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/tag_list.py
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 13:26:47 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-17 13:26:47 -0200
commit2b291aacde05151a0d2a0dccdbbd085f93f255a0 (patch)
tree9e7a9cc122ae8771d09496d7d5aaa63e62546b40 /service/test/functional/features/steps/tag_list.py
parent957599ae01687d6b3d02a3c34fdbe2ac6bd920f9 (diff)
[#907] Fix selectors to work with chromedriver
Diffstat (limited to 'service/test/functional/features/steps/tag_list.py')
-rw-r--r--service/test/functional/features/steps/tag_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/steps/tag_list.py b/service/test/functional/features/steps/tag_list.py
index daea416d..fcdf1e15 100644
--- a/service/test/functional/features/steps/tag_list.py
+++ b/service/test/functional/features/steps/tag_list.py
@@ -37,7 +37,7 @@ def expand_side_nav(context):
if is_side_nav_expanded(context):
return
- toggle = find_element_by_class_name(context, 'side-nav-toggle')
+ toggle = find_element_by_css_selector(context, '.side-nav-toggle-icon i')
toggle.click()