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/group-del.html | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 install/ui/test/functional/group-del.html (limited to 'install/ui/test/functional/group-del.html') diff --git a/install/ui/test/functional/group-del.html b/install/ui/test/functional/group-del.html new file mode 100644 index 000000000..a05f52cfe --- /dev/null +++ b/install/ui/test/functional/group-del.html @@ -0,0 +1,46 @@ + + + + + + +Delete Group + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Delete Group
open/ipa/ui/#navigation=0&identity=1
waitForTextPresent4 groups matched
click//input[@name='select' and @value='testgroup']
click//div[@id='group']/div/ul/li[1]/span/span/a[1]
click//button[@type='button']
waitForTextPresent3 groups matched
+ + -- cgit