diff --git a/ipatests/test_webui/test_group.py b/ipatests/test_webui/test_group.py index 91ae2d23e..db9acef34 100644 --- a/ipatests/test_webui/test_group.py +++ b/ipatests/test_webui/test_group.py @@ -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),