summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_selfservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_selfservice.py')
-rw-r--r--ipatests/test_webui/test_selfservice.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipatests/test_webui/test_selfservice.py b/ipatests/test_webui/test_selfservice.py
index ce1971e54..15fd23d4e 100644
--- a/ipatests/test_webui/test_selfservice.py
+++ b/ipatests/test_webui/test_selfservice.py
@@ -30,11 +30,11 @@ DATA = {
'pkey': PKEY,
'add': [
('textbox', 'aciname', PKEY),
- ('table', 'attrs', 'audio'),
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'audio'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
'mod': [
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
}