summaryrefslogtreecommitdiffstats
path: root/install/ui/test/functional/delete-group.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-03-07 16:07:53 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-03-21 15:57:09 -0400
commit87ed26783abd0ff5add0702f08fce0c14b5df489 (patch)
treec4669b2beb3864091482386896c3e89a4f88b050 /install/ui/test/functional/delete-group.html
parent1564e20084365c94be4544dfd92f47e881f5d00d (diff)
downloadfreeipa-87ed26783abd0ff5add0702f08fce0c14b5df489.tar.gz
freeipa-87ed26783abd0ff5add0702f08fce0c14b5df489.tar.xz
freeipa-87ed26783abd0ff5add0702f08fce0c14b5df489.zip
Added group test cases.
Diffstat (limited to 'install/ui/test/functional/delete-group.html')
-rw-r--r--install/ui/test/functional/delete-group.html37
1 files changed, 37 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://selenium-ide.openqa.org/profiles/test-case">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link rel="selenium.base" href="https://vm-022.idm.lab.bos.redhat.com/" />
+<title>Delete Group</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Delete Group</td></tr>
+</thead><tbody>
+<tr>
+ <td>click</td>
+ <td>//input[@name='select' and @value='testgroup']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//div[@id='group']/div/ul/li[1]/span/span/a[1]</td>
+ <td></td>
+</tr>
+<tr>
+ <td>click</td>
+ <td>//button[@type='button']</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForTextPresent</td>
+ <td>3 groups matched</td>
+ <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>