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/service-mod.html | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 install/ui/test/functional/service-mod.html (limited to 'install/ui/test/functional/service-mod.html') diff --git a/install/ui/test/functional/service-mod.html b/install/ui/test/functional/service-mod.html new file mode 100644 index 00000000..f6a98c93 --- /dev/null +++ b/install/ui/test/functional/service-mod.html @@ -0,0 +1,37 @@ + + + + + + +Edit Service + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Edit Service
open/ipa/ui/#navigation=0&identity=5
waitForElementPresent//div[@id='service']/span[@name='search']//input[@value='testservice/test.example.com@IDM.LAB.BOS.REDHAT.COM']
clicklink=testservice/test.example.com@IDM.LAB.BOS.REDHAT.COM
waitForTextPresenttestservice/test.example.com@IDM.LAB.BOS.REDHAT.COM:
+ + -- cgit