summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_group.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-07-24 13:24:02 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-07-26 13:35:12 +0200
commit6ec5e5fec6bb2b1d8b556779a1309ed1295508b7 (patch)
tree126474a34ad61d032cf013c69a7e59da34e0d734 /ipatests/test_webui/test_group.py
parent8a3d8aeca3bec741f8c23652848075c298bea5f1 (diff)
downloadfreeipa-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.tar.gz
freeipa-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.tar.xz
freeipa-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.zip
Web UI integration tests: PEP8 fixes
Tests modified to comply with PEP8 rules with exception of rule E501 (long lines). Done by autopep8 tool and 2 manual modifications. https://fedorahosted.org/freeipa/ticket/3744
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 645dba0a0..fb5a8363d 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])