Mozilla/mozilla/webtools/litmus/selenium/testcases/manage_testdays_delete.html
ccooper%deadsquid.com 668b21dca2 b=396617
- add script to automatically concatenate smaller js files into Litmus.js as part of the install process. With caching and content deflation, this is a big win.
- call new Litmus.js file instead of smaller files, and move JS script tags as far down the page as possible to enable progressive loading

Misc.
- update selenium testday tests


git-svn-id: svn://10.0.0.236/trunk@240642 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-07 22:55:53 +00:00

55 lines
1.1 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>manage_testdays_delete</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">manage_testdays_delete</td></tr>
</thead><tbody>
<tr>
<td>clickAndWait</td>
<td>link=Manage Testdays</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>testday_id</td>
<td>label=Coop's Edited Testday, 2007-11-30 07:00:00 - 2007-11-30 17:00:00 (*)</td>
</tr>
<tr>
<td>waitForVisible</td>
<td>edit_testday_form_div</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>delete_testday_button</td>
<td></td>
</tr>
<tr>
<td>assertConfirmation</td>
<td>Really delete this testday?</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>Coop's New Testday, 2007-10-31 07:00:00 - 2007-10-31 17:00:00 (*)</td>
<td></td>
</tr>
<tr>
<td>verifyTextNotPresent</td>
<td>Coop's Edited Testday, 2007-11-30 07:00:00 - 2007-11-30 17:00:00 (*)</td>
<td></td>
</tr>
<tr>
<td>verifyNotSomethingSelected</td>
<td>testday_id</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>