Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-06 17:10:53 +0300
committerPhil Hughes <me@iamphill.com>2017-09-06 17:10:53 +0300
commit4720d0394a988b79a6f3b79d5a6f1c61fcc3c7a5 (patch)
treef879e6d7770dbae95ae16fe651d2244fa64b8013 /features
parentc56100b3ec26a0f5d71bb80f94c661674b3226b8 (diff)
spec fixes
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/active_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/active_tab.rb b/features/steps/shared/active_tab.rb
index 7c0527065f5..6e4370696ab 100644
--- a/features/steps/shared/active_tab.rb
+++ b/features/steps/shared/active_tab.rb
@@ -11,7 +11,7 @@ module SharedActiveTab
end
def ensure_active_sub_tab(content)
- expect(first('.sidebar-sub-level-items > li.active:not(.fly-out-top-item)')).to have_content(content)
+ expect(find('.sidebar-sub-level-items > li.active:not(.fly-out-top-item)')).to have_content(content)
end
def ensure_active_sub_nav(content)