mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix test_navigation tests
Some menu item names has changed. This commit sets the correct names. https://fedorahosted.org/freeipa/ticket/6053 Reviewed-By: Lenka Doudova <ldoudova@redhat.com>
This commit is contained in:
parent
8c07568c0b
commit
9f94a5f7ba
@ -107,7 +107,7 @@ class test_navigation(UI_driver):
|
|||||||
# Identity
|
# Identity
|
||||||
# don't start by users (default)
|
# don't start by users (default)
|
||||||
self.navigate_by_menu('identity/group', False)
|
self.navigate_by_menu('identity/group', False)
|
||||||
self.navigate_by_menu('identity/user', False)
|
self.navigate_by_menu('identity/user_search', False)
|
||||||
self.navigate_by_menu('identity/host', False)
|
self.navigate_by_menu('identity/host', False)
|
||||||
self.navigate_by_menu('identity/hostgroup', False)
|
self.navigate_by_menu('identity/hostgroup', False)
|
||||||
self.navigate_by_menu('identity/netgroup', False)
|
self.navigate_by_menu('identity/netgroup', False)
|
||||||
@ -136,9 +136,9 @@ class test_navigation(UI_driver):
|
|||||||
self.navigate_by_menu('authentication/radiusproxy', False)
|
self.navigate_by_menu('authentication/radiusproxy', False)
|
||||||
self.navigate_by_menu('authentication/otptoken', False)
|
self.navigate_by_menu('authentication/otptoken', False)
|
||||||
if self.has_ca():
|
if self.has_ca():
|
||||||
self.navigate_by_menu('authentication/cert', False)
|
self.navigate_by_menu('authentication/cert_search', False)
|
||||||
else:
|
else:
|
||||||
self.assert_menu_item('authentication/cert', False)
|
self.assert_menu_item('authentication/cert_search', False)
|
||||||
|
|
||||||
# Network Services
|
# Network Services
|
||||||
self.navigate_by_menu('network_services')
|
self.navigate_by_menu('network_services')
|
||||||
|
Loading…
Reference in New Issue
Block a user