summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-01 12:09:44 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:23 +0200
commit3eaa69a68681a2478a6feeff7fb9e4cf2a27deee (patch)
tree7848e0039b7844d3419c090796d930194a6c8667 /ipatests
parent0e15a282e85b0e3eb71fd3fce1965646aeb47a27 (diff)
downloadfreeipa-3eaa69a68681a2478a6feeff7fb9e4cf2a27deee.tar.gz
freeipa-3eaa69a68681a2478a6feeff7fb9e4cf2a27deee.tar.xz
freeipa-3eaa69a68681a2478a6feeff7fb9e4cf2a27deee.zip
webui: change navigation from RCUE to PatternFly
Mainly html and css changes. Second level menus are absolutely positioned and so they don't adjust container size making other elements to overlap. side effect partially fixes: https://fedorahosted.org/freeipa/ticket/3435 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_webui/test_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_user.py b/ipatests/test_webui/test_user.py
index bf9589d4d..8de0e82c8 100644
--- a/ipatests/test_webui/test_user.py
+++ b/ipatests/test_webui/test_user.py
@@ -201,7 +201,7 @@ class test_user(UI_driver):
self.logout()
self.init_app(user.PKEY, pwd)
- header = self.find('.header', By.CSS_SELECTOR)
+ header = self.find('.navbar-pf', By.CSS_SELECTOR)
self.assert_text(
'.header-passwordexpires',
'Your password expires in 6 days.',