From 6ec5e5fec6bb2b1d8b556779a1309ed1295508b7 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 24 Jul 2013 13:24:02 +0200 Subject: 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 --- ipatests/test_webui/test_group.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipatests/test_webui/test_group.py') 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]) -- cgit