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/netgroup-add.html | 52 ++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 install/ui/test/functional/netgroup-add.html (limited to 'install/ui/test/functional/netgroup-add.html') diff --git a/install/ui/test/functional/netgroup-add.html b/install/ui/test/functional/netgroup-add.html new file mode 100644 index 00000000..d4935ce5 --- /dev/null +++ b/install/ui/test/functional/netgroup-add.html @@ -0,0 +1,52 @@ + + + + + + +Add Netgroup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add Netgroup
open/ipa/ui/#navigation=0&identity=4
waitForTextPresent0 netgroups matched
click//div[@id='netgroup']/div/ul/li[1]/span/span/a[2]
typecntestnetgroup
typedescriptionTest Netgroup
click//button[@type='button']
waitForTextPresent1 netgroup matched
+ + -- cgit