summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui')
-rw-r--r--ipatests/test_webui/test_delegation.py6
-rw-r--r--ipatests/test_webui/test_rbac.py6
-rw-r--r--ipatests/test_webui/test_selfservice.py6
3 files changed, 9 insertions, 9 deletions
diff --git a/ipatests/test_webui/test_delegation.py b/ipatests/test_webui/test_delegation.py
index 22276c2e7..a3e70609f 100644
--- a/ipatests/test_webui/test_delegation.py
+++ b/ipatests/test_webui/test_delegation.py
@@ -33,11 +33,11 @@ DATA = {
('textbox', 'aciname', PKEY),
('combobox', 'group', 'editors'),
('combobox', 'memberof', 'ipausers'),
- ('table', 'attrs', 'audio'),
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'audio'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
'mod': [
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
}
diff --git a/ipatests/test_webui/test_rbac.py b/ipatests/test_webui/test_rbac.py
index 8477b118d..07cc28826 100644
--- a/ipatests/test_webui/test_rbac.py
+++ b/ipatests/test_webui/test_rbac.py
@@ -61,11 +61,11 @@ PERMISSION_DATA = {
('checkbox', 'ipapermright', 'write'),
('checkbox', 'ipapermright', 'read'),
('selectbox', 'type', 'user'),
- ('table', 'attrs', 'audio'),
- ('table', 'attrs', 'cn'),
+ ('checkbox', 'attrs', 'audio'),
+ ('checkbox', 'attrs', 'cn'),
],
'mod': [
- ('table', 'attrs', 'carlicense'),
+ ('checkbox', 'attrs', 'carlicense'),
],
}
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'),
],
}