Switch to side-by-side view

--- a/Allura/allura/tests/functional/test_root.py
+++ b/Allura/allura/tests/functional/test_root.py
@@ -68,8 +68,8 @@
         projects = response.html.findAll('div',{'class':'border card'})
         assert len(projects) == 2
         assert projects[0].find('img').get('alt') == 'adobe-1 Logo'
-        cat_links = response.html.find('div',{'id':'sidebar'}).findAll('ul')[0].findAll('li')
-        assert len(cat_links) == 3
+        cat_links = response.html.find('div',{'id':'sidebar'}).findAll('ul')[1].findAll('li')
+        assert len(cat_links) == 3, cat_links
         assert cat_links[0].find('a').get('href') == '/adobe/browse/clustering'
         assert cat_links[0].find('a').get('class') == 'nav_child'
         assert cat_links[0].find('a').find('span').string == 'Clustering'