Commit e58750dd authored by Phil Hughes's avatar Phil Hughes

fixed spinach specs

parent 4720d039
......@@ -7,7 +7,7 @@ module SharedActiveTab
end
def ensure_active_main_tab(content)
expect(first('.sidebar-top-level-items > li.active')).to have_content(content)
expect(find('.sidebar-top-level-items > li.active')).to have_content(content)
end
def ensure_active_sub_tab(content)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment