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.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/ipatests/test_webui/test_rbac.py b/ipatests/test_webui/test_rbac.py
index e05453f83..e785131f5 100644
--- a/ipatests/test_webui/test_rbac.py
+++ b/ipatests/test_webui/test_rbac.py
@@ -57,11 +57,14 @@ PERMISSION_DATA = {
'pkey': PERMISSION_PKEY,
'add': [
('textbox', 'cn', PERMISSION_PKEY),
- ('checkbox', 'permissions', 'write'),
- ('textbox', 'filter', 'cn=user'),
+ ('checkbox', 'ipapermright', 'write'),
+ ('checkbox', 'ipapermright', 'read'),
+ ('selectbox', 'type', 'user'),
+ ('table', 'attrs', 'audio'),
+ ('table', 'attrs', 'cn'),
],
'mod': [
- ('textbox', 'filter', 'cn=user2'),
+ ('table', 'attrs', 'carlicense'),
],
}