From febf755dff3fc8f785d69fe33313058f6f1aa29e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 22 Mar 2011 13:11:27 -0400 Subject: Added RBAC test cases. --- install/ui/test/functional/privilege-add.html | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 install/ui/test/functional/privilege-add.html (limited to 'install/ui/test/functional/privilege-add.html') diff --git a/install/ui/test/functional/privilege-add.html b/install/ui/test/functional/privilege-add.html new file mode 100644 index 00000000..2cc27694 --- /dev/null +++ b/install/ui/test/functional/privilege-add.html @@ -0,0 +1,51 @@ + + + + + + +Add Permission + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add Permission
open/ipa/ui/#navigation=2&role-entity=privilege
waitForNotVisible//span[@id='header-network-activity-indicator']
click//div[@id='role']/div[@class='action-panel']//a[@title='Add']
typecntestprivilege
typedescriptionTest Privilege
click//button[@type='button']
waitForElementPresent//div[@id='role']/span[@name='search']//input[@value='testprivilege']
+ + -- cgit