Mozilla/mozilla/webtools/litmus/selenium/testcases/manage_testgroups_delete_testgroup.html
ccooper%deadsquid.com ef3c67cc3b - make selenium text searchs more targetted
- fix auto-gen text for test runs and testgroups


git-svn-id: svn://10.0.0.236/trunk@233227 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-28 18:32:05 +00:00

80 lines
1.4 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>manage_testgroups_delete_testgroup</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">manage_testgroups_delete_testgroup</td></tr>
</thead><tbody>
<tr>
<td>clickAndWait</td>
<td>link=Manage Testgroups</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>testgroup_id</td>
<td>label=Coop's Cloned Testgroup*</td>
</tr>
<tr>
<td>waitForVisible</td>
<td>testgroup_display_div</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>delete_testgroup_button</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Really delete this testgroup?</td>
<td></td>
</tr>
<tr>
<td>verifyNotSomethingSelected</td>
<td>testgroup_id</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>Coop's Cloned Testgroup</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>testgroup_id</td>
<td>label=Coop's Edited Testgroup*</td>
</tr>
<tr>
<td>waitForVisible</td>
<td>testgroup_display_div</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>delete_testgroup_button</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Really delete this testgroup?</td>
<td></td>
</tr>
<tr>
<td>verifyNotSomethingSelected</td>
<td>testgroup_id</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>Coop's Edited Testgroup</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>