From 87ed26783abd0ff5add0702f08fce0c14b5df489 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 7 Mar 2011 16:07:53 -0500 Subject: Added group test cases. --- install/ui/test/functional/delete-group.html | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 install/ui/test/functional/delete-group.html (limited to 'install/ui/test/functional/delete-group.html') diff --git a/install/ui/test/functional/delete-group.html b/install/ui/test/functional/delete-group.html new file mode 100644 index 00000000..40582c2a --- /dev/null +++ b/install/ui/test/functional/delete-group.html @@ -0,0 +1,37 @@ + + + + + + +Delete Group + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Delete Group
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