summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_rbac.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_rbac.py')
-rw-r--r--ipatests/test_webui/test_rbac.py6
1 files changed, 3 insertions, 3 deletions
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'),
],
}