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/hostgroup-mod | 77 ++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 install/ui/test/functional/hostgroup-mod (limited to 'install/ui/test/functional/hostgroup-mod') diff --git a/install/ui/test/functional/hostgroup-mod b/install/ui/test/functional/hostgroup-mod new file mode 100644 index 00000000..a14029f9 --- /dev/null +++ b/install/ui/test/functional/hostgroup-mod @@ -0,0 +1,77 @@ + + + + + + +Edit Host Group + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Edit Host Group
open/ipa/ui/#navigation=0&identity=3
waitForTextPresent1 hostgroup matched
clicklink=testhostgroup
waitForTextPresenttesthostgroup:
typeKeysdescriptionxxx
clicklink=Update
waitForTextNotPresentundo
typeKeysdescriptionTest Host Group
clicklink=Update
waitForTextNotPresentundo
click//div[@id='hostgroup']/div[1]/ul/li[1]/span
waitForTextPresent1 hostgroup matched
+ + -- cgit