You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/02/21 23:21:57 UTC

[09/10] git commit: [#7097] Update test due to new profile layout

[#7097] Update test due to new profile layout

- Tools are now in a page section, not in navbar

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/881ddc1f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/881ddc1f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/881ddc1f

Branch: refs/heads/master
Commit: 881ddc1f8ab31eb29888e355d68eda438669281b
Parents: b6120bf
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Fri Feb 21 21:23:51 2014 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Fri Feb 21 21:23:51 2014 +0000

----------------------------------------------------------------------
 ForgeActivity/forgeactivity/tests/functional/test_root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/881ddc1f/ForgeActivity/forgeactivity/tests/functional/test_root.py
----------------------------------------------------------------------
diff --git a/ForgeActivity/forgeactivity/tests/functional/test_root.py b/ForgeActivity/forgeactivity/tests/functional/test_root.py
index b57c149..a2b3d55 100644
--- a/ForgeActivity/forgeactivity/tests/functional/test_root.py
+++ b/ForgeActivity/forgeactivity/tests/functional/test_root.py
@@ -52,7 +52,7 @@ class TestActivityController(TestController):
     def test_anon_read(self):
         r = self.app.get('/u/test-user-1',
                 extra_environ={'username': '*anonymous'}).follow().follow()
-        assert r.html.find('div', dict(id='top_nav')).find('a',
+        assert r.html.find('div', 'profile-section tools').find('a',
                 dict(href='/u/test-user-1/activity/')), \
                         'No Activity tool in top nav'