From e3a76d435e5ff312f503afb899ef6b505621d48a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 30 Mar 2011 22:52:28 -0400 Subject: Initial Selenium test cases. http://www.freeipa.org/page/Selenium --- install/ui/test/functional/privilege-mod.html | 76 +++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 install/ui/test/functional/privilege-mod.html (limited to 'install/ui/test/functional/privilege-mod.html') diff --git a/install/ui/test/functional/privilege-mod.html b/install/ui/test/functional/privilege-mod.html new file mode 100644 index 00000000..92a33d82 --- /dev/null +++ b/install/ui/test/functional/privilege-mod.html @@ -0,0 +1,76 @@ + + + + + + +Edit Privilege + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Edit Privilege
open/ipa/ui/#navigation=2&role-entity=privilege
waitForNotVisible//span[@id='header-network-activity-indicator']
clicklink=testprivilege
waitForNotVisible//span[@id='header-network-activity-indicator']
typedescription
typeKeysdescriptionxxx
clicklink=Update
waitForNotVisible//span[@id='header-network-activity-indicator']
typedescription
typeKeysdescriptionTest Privilege
clicklink=Update
waitForNotVisible//span[@id='header-network-activity-indicator']
+ + -- cgit