From a340692cb86cf0f20e840c89f96dd40d28be8c74 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 16 Mar 2011 04:29:44 -0400 Subject: Added HBAC rule test cases. --- .../ui/test/functional/hbacrule-activation.html | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 install/ui/test/functional/hbacrule-activation.html (limited to 'install/ui/test/functional/hbacrule-activation.html') diff --git a/install/ui/test/functional/hbacrule-activation.html b/install/ui/test/functional/hbacrule-activation.html new file mode 100644 index 00000000..b5397eb0 --- /dev/null +++ b/install/ui/test/functional/hbacrule-activation.html @@ -0,0 +1,67 @@ + + + + + + +HBAC Rule Activation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HBAC Rule Activation
open/ipa/ui/#navigation=1&policy=1
waitForElementPresent//div[@id='hbacrule']//span[@name='search']//input[@value='testhbacrule']
clicklink=testhbacrule
waitForTextPresenttesthbacrule:
click//input[@name='ipaenabledflag' and @value='FALSE']
clicklink=Update
waitForTextNotPresentundo
clickipaenabledflag
clicklink=Update
waitForTextNotPresentundo
+ + -- cgit