summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_group.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_group.py')
-rw-r--r--ipatests/test_webui/test_group.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipatests/test_webui/test_group.py b/ipatests/test_webui/test_group.py
index 645dba0a..fb5a8363 100644
--- a/ipatests/test_webui/test_group.py
+++ b/ipatests/test_webui/test_group.py
@@ -56,7 +56,7 @@ class test_group(UI_driver):
self.add_record(group.ENTITY, group.DATA, navigate=False)
self.navigate_to_record(group.PKEY)
self.switch_to_facet('details')
- self.facet_button_click('refresh')# workaround for BUG: #3702
+ self.facet_button_click('refresh') # workaround for BUG: #3702
self.make_external_action()
self.delete_action()
@@ -153,7 +153,6 @@ class test_group(UI_driver):
self.add_associations([group.PKEY], 'member_group')
self.add_associations([group.PKEY5], 'memberof_group')
-
self.add_record(netgroup.ENTITY, netgroup.DATA)
self.navigate_to_record(netgroup.PKEY)
self.add_table_associations('memberuser_group', [group.PKEY4])