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:
Felipe Barreto 2018-02-08 16:01:33 -02:00 committed by Christian Heimes
parent 83ed8d2792
commit dae5bac39b

View File

@ -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),