mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
WebUI Tests: fixing test_group
Removing old data that is not needed anymore. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
parent
83ed8d2792
commit
dae5bac39b
@ -58,7 +58,7 @@ class test_group(UI_driver):
|
||||
('callback', self.check_posix_enabled, True),
|
||||
('textbox', 'cn', pkey),
|
||||
('textarea', 'description', 'test-group desc'),
|
||||
('radio', 'type', 'normal'),
|
||||
('radio', 'type', 'nonposix'),
|
||||
('callback', self.check_posix_enabled, False),
|
||||
('radio', 'type', 'posix'),
|
||||
('callback', self.check_posix_enabled, True),
|
||||
|
Loading…
Reference in New Issue
Block a user